Class ContentModelField

java.lang.Object
org.alfresco.repo.forms.processor.node.ContentModelField
All Implemented Interfaces:
Field

public class ContentModelField extends Object implements Field
DTO for a content model based Field.
Since:
3.4
Author:
Nick Smith
  • Constructor Details

  • Method Details

    • isTransient

      public boolean isTransient()
    • isProperty

      public boolean isProperty()
    • getFieldDefinition

      public FieldDefinition getFieldDefinition()
      Specified by:
      getFieldDefinition in interface Field
      Returns:
      the field definition
    • getFullName

      public QName getFullName()
    • getFieldName

      public String getFieldName()
      Specified by:
      getFieldName in interface Field
      Returns:
      the fieldName
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getValue

      public Object getValue()
      Specified by:
      getValue in interface Field
      Returns:
      the value for this field or null.