Interface MultiValueListAttributeType

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

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

    • getAllowedValues

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