Interface SingleValueListAttributeType

All Superinterfaces:
AttributeType, Entity, NamedDescribedResource, NamedResource, Resource, Serializable

public interface SingleValueListAttributeType extends AttributeType
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 Details

    • getAllowedValues

      List<String> getAllowedValues()
      Returns the allowed values for this attribute type.
      Returns:
      the allowed values