Interface IMultiValueAttributeType

  • All Superinterfaces:
    IAttributeType<java.util.Collection<java.lang.String>>, java.io.Serializable
    All Known Implementing Classes:
    MultiValueAttributeType

    public interface IMultiValueAttributeType
    extends IAttributeType<java.util.Collection<java.lang.String>>
    Interface for categorical attribute types.
    • Method Detail

      • getDomain

        java.util.Set<java.lang.String> getDomain()
        Returns:
        The domain of this multi-value attribute.