Type | Property and Description |
---|---|
boolean |
is
Gets the value of the property property.
|
Constructor and Description |
---|
ContentModelField(org.alfresco.service.cmr.dictionary.AssociationDefinition assocDefinition,
AssociationFieldDefinition fieldDef,
Object value) |
ContentModelField(FieldDefinition fieldDef,
Object value)
This constructor should only be used to create FieldInfo for transient properties such as encoding, mimetype or size.
|
ContentModelField(org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDefinition,
PropertyFieldDefinition fieldDef,
Object value) |
Modifier and Type | Method and Description |
---|---|
FieldDefinition |
getFieldDefinition() |
String |
getFieldName() |
org.alfresco.service.namespace.QName |
getFullName() |
Object |
getValue() |
boolean |
isProperty()
Gets the value of the property property.
|
boolean |
isTransient() |
String |
toString() |
public ContentModelField(org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDefinition, PropertyFieldDefinition fieldDef, Object value)
public ContentModelField(org.alfresco.service.cmr.dictionary.AssociationDefinition assocDefinition, AssociationFieldDefinition fieldDef, Object value)
public ContentModelField(FieldDefinition fieldDef, Object value)
fieldDef
- The PropertyFieldDefinition for the transient property.public boolean isTransient()
public boolean isProperty()
public FieldDefinition getFieldDefinition()
getFieldDefinition
in interface Field
public org.alfresco.service.namespace.QName getFullName()
public String getFieldName()
getFieldName
in interface Field
Copyright © 2005–2017 Alfresco Software. All rights reserved.