|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PropertyDefinition
Read-only definition of a Property.
| Method Summary | |
|---|---|
java.util.List |
getConstraints()
Get all constraints that apply to the property value |
ClassDefinition |
getContainerClass()
|
DataTypeDefinition |
getDataType()
|
java.lang.String |
getDefaultValue()
|
java.lang.String |
getDescription()
|
IndexTokenisationMode |
getIndexTokenisationMode()
|
ModelDefinition |
getModel()
|
QName |
getName()
|
java.lang.String |
getTitle()
|
boolean |
isIndexed()
|
boolean |
isIndexedAtomically()
All non atomic properties will be indexed at the same time. |
boolean |
isMandatory()
|
boolean |
isMandatoryEnforced()
|
boolean |
isMultiValued()
|
boolean |
isProtected()
|
boolean |
isStoredInIndex()
|
| Method Detail |
|---|
ModelDefinition getModel()
QName getName()
java.lang.String getTitle()
java.lang.String getDescription()
java.lang.String getDefaultValue()
DataTypeDefinition getDataType()
ClassDefinition getContainerClass()
boolean isMultiValued()
boolean isMandatory()
boolean isMandatoryEnforced()
mandatory properties, or false if the system
just marks objects that don't have all mandatory properties present.boolean isProtected()
boolean isIndexed()
boolean isStoredInIndex()
IndexTokenisationMode getIndexTokenisationMode()
boolean isIndexedAtomically()
java.util.List getConstraints()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||