| Constructor and Description |
|---|
ContentModelField(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(PropertyDefinition propertyDefinition,
PropertyFieldDefinition fieldDef,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
FieldDefinition |
getFieldDefinition() |
String |
getFieldName() |
QName |
getFullName() |
Object |
getValue() |
boolean |
isProperty() |
boolean |
isTransient() |
String |
toString() |
public ContentModelField(PropertyDefinition propertyDefinition, PropertyFieldDefinition fieldDef, Object value)
public ContentModelField(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 Fieldpublic QName getFullName()
public String getFieldName()
getFieldName in interface FieldCopyright © 2005–2020 Alfresco Software. All rights reserved.