Interface SingleValueListAttributeType
- All Superinterfaces:
AttributeType,Entity,NamedDescribedResource,NamedResource,Resource,Serializable
Represents a single value list attribute.
Single value list attribute type represents an attribute which holds list of allowed string values among which a single value should be chosen.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the allowed values for this attribute type.Methods inherited from interface AttributeType
getAttributeTypeDiscriminator, getPublicIdMethods inherited from interface NamedDescribedResource
getDescriptionMethods inherited from interface NamedResource
getNameMethods 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
-