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 java.lang.Object
implements org.nuxeo.connect.update.model.Field

Author:
Bogdan Stefanescu

Constructor Summary
FieldDefinition()
           
 
Method Summary
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 java.lang.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 java.lang.String getLabel()
Specified by:
getLabel in interface org.nuxeo.connect.update.model.Field

getName

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

getType

public java.lang.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 java.lang.String getValue()
Specified by:
getValue in interface org.nuxeo.connect.update.model.Field

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.