-
Method Summary
void
Set the description for this property type.
void
Property of internal names receive a special prefix to avoid naming conflicts with user-defined property types.
void
Set the label for this property type.
void
void
void
Set an XSLT transformation to be applied to properties of XML
DataType before rendering in the UI.
void
Set the associated vocabulary.
void
Set an XSD used to verify the validity of properties with XML
DataType.
-
Method Details
-
setDescription
void setDescription(String description)
Set the description for this property type. This is a mandatory parameter and must not be left emtpy when creating new
IPropertyType-s.
-
setLabel
Set the label for this property type. This is a mandatory parameter and must not be left emtpy when creating new
IPropertyType-s.
-
setMaterialType
Set the material type. Mandatory when
DataType is MATERIAL.
-
setVocabulary
Set the associated vocabulary. Mandatory when
DataType is CONTROLLEDVOCABULARY.
-
setXmlSchema
void setXmlSchema(String schema)
Set an XSD used to verify the validity of properties with XML
DataType.
-
-
setManagedInternally
void setManagedInternally(boolean isManagedInternally)
-
setInternalNamespace
void setInternalNamespace(boolean isInternalNamespace)
Property of internal names receive a special prefix to avoid naming conflicts with user-defined property types.