public interface Property extends MetadataElement
Modifier and Type | Interface and Description |
---|---|
static class |
Property.ContentType
Enumeration of the types of a
Property . |
static class |
Property.StandardCellProperty
Enumeration of the system properties available for every
Cell . |
static class |
Property.StandardMemberProperty
Enumeration of the system properties available for every
Member . |
static class |
Property.TypeFlag
Enumeration of aspects of the type of a Property.
|
Modifier and Type | Method and Description |
---|---|
Property.ContentType |
getContentType()
Returns the content type of this Property.
|
Datatype |
getDatatype()
Returns the datatype of this Property.
|
Set<Property.TypeFlag> |
getType()
Returns a set of flags which describe the type of this Property.
|
getCaption, getDescription, getName, getUniqueName, isVisible
Datatype getDatatype()
Set<Property.TypeFlag> getType()
Property.ContentType getContentType()