Interface MultiValueListAttribute

All Superinterfaces:
Attribute, Entity, Resource, Serializable

public interface MultiValueListAttribute extends Attribute
Represents an attribute containing multiple values from a predefined list of possible values
  • Method Details

    • getValue

      List<String> getValue()
      Returns the list of values of this attribute.
      Specified by:
      getValue in interface Attribute
      Returns:
      the list of values of this attribute