| Type | Property and Description |
|---|---|
boolean |
is |
| Constructor and Description |
|---|
ContentModelField(org.alfresco.service.cmr.dictionary.AssociationDefinition assocDefinition,
AssociationFieldDefinition fieldDef,
java.lang.Object value) |
ContentModelField(FieldDefinition fieldDef,
java.lang.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,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
FieldDefinition |
getFieldDefinition() |
java.lang.String |
getFieldName() |
org.alfresco.service.namespace.QName |
getFullName() |
java.lang.Object |
getValue() |
boolean |
isProperty() |
boolean |
isTransient() |
java.lang.String |
toString() |
public ContentModelField(org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDefinition,
PropertyFieldDefinition fieldDef,
java.lang.Object value)
public ContentModelField(org.alfresco.service.cmr.dictionary.AssociationDefinition assocDefinition,
AssociationFieldDefinition fieldDef,
java.lang.Object value)
public ContentModelField(FieldDefinition fieldDef, java.lang.Object value)
fieldDef - The PropertyFieldDefinition for the transient property.public boolean isTransient()
public boolean isProperty()
public FieldDefinition getFieldDefinition()
getFieldDefinition in interface Fieldpublic org.alfresco.service.namespace.QName getFullName()
public java.lang.String getFieldName()
getFieldName in interface Fieldpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.