Nuxeo Enterprise Platform 5.4

org.nuxeo.connect.update.impl.xml
Class FieldDefinition

java.lang.Object
  extended by org.nuxeo.connect.update.impl.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

Constructor Summary
FieldDefinition()
           
 
Method Summary
 String getLabel()
           
 String getName()
           
 String getType()
           
 String getValue()
           
 boolean isReadOnly()
           
 boolean isRequired()
           
 boolean isVertical()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldDefinition

public FieldDefinition()
Method Detail

getLabel

public String getLabel()
Specified by:
getLabel in interface org.nuxeo.connect.update.model.Field

getName

public String getName()
Specified by:
getName in interface org.nuxeo.connect.update.model.Field

getType

public String getType()
Specified by:
getType in interface org.nuxeo.connect.update.model.Field

isRequired

public boolean isRequired()
Specified by:
isRequired in interface org.nuxeo.connect.update.model.Field

isVertical

public boolean isVertical()
Specified by:
isVertical in interface org.nuxeo.connect.update.model.Field

isReadOnly

public boolean isReadOnly()
Specified by:
isReadOnly in interface org.nuxeo.connect.update.model.Field

getValue

public String getValue()
Specified by:
getValue in interface org.nuxeo.connect.update.model.Field

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.