Interface MultiValueListAttributeType
- All Superinterfaces:
AttributeType
,Entity
,NamedDescribedResource
,NamedResource
,Resource
,Serializable
Represents a multi value list attribute.
Multi value list attribute type represents an attribute which holds list of allowed string values among which multiple values can be chosen.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the allowed values for this attribute type.Methods inherited from interface AttributeType
getAttributeTypeDiscriminator, getPublicId
Methods inherited from interface NamedDescribedResource
getDescription
Methods inherited from interface NamedResource
getName
Methods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
Method Details
-
getAllowedValues
Returns the allowed values for this attribute type.- Returns:
- the allowed values
-