Package org.nuxeo.connect.update.xml
Class FieldDefinition
- java.lang.Object
-
- org.nuxeo.connect.update.xml.FieldDefinition
-
- All Implemented Interfaces:
org.nuxeo.connect.update.model.Field
public class FieldDefinition extends Object implements org.nuxeo.connect.update.model.Field
- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
isReadOnly
protected boolean
isRequired
protected boolean
isVertical
protected String
label
protected String
name
protected String
type
protected String
value
-
Constructor Summary
Constructors Constructor Description FieldDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
String
getName()
String
getType()
String
getValue()
boolean
isReadOnly()
boolean
isRequired()
boolean
isVertical()
-
-
-
Method Detail
-
getLabel
public String getLabel()
- Specified by:
getLabel
in interfaceorg.nuxeo.connect.update.model.Field
-
getName
public String getName()
- Specified by:
getName
in interfaceorg.nuxeo.connect.update.model.Field
-
getType
public String getType()
- Specified by:
getType
in interfaceorg.nuxeo.connect.update.model.Field
-
isRequired
public boolean isRequired()
- Specified by:
isRequired
in interfaceorg.nuxeo.connect.update.model.Field
-
isVertical
public boolean isVertical()
- Specified by:
isVertical
in interfaceorg.nuxeo.connect.update.model.Field
-
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnly
in interfaceorg.nuxeo.connect.update.model.Field
-
getValue
public String getValue()
- Specified by:
getValue
in interfaceorg.nuxeo.connect.update.model.Field
-
-