Package wt.content
Class ContentRoleType
java.lang.Object
wt.fc.EnumeratedType
wt.content._ContentRoleType
wt.content.ContentRoleType
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
This class is an enumeration of categorites of Content. This attribute
is a customization point for now to differentiate content within a single
ContentHolder, and does not reflect any particular behavoir to content
in the ContentService.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContentRoleType
Supported API: truestatic final ContentRoleType
Supported API: trueFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.content._ContentRoleType
getContentRoleTypeDefault, getContentRoleTypeSet, getValueSet, toContentRoleTypeMethods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
Field Details
-
PRIMARY
Supported API: true -
SECONDARY
Supported API: true
-