Class AttributeDefinition

    • Method Detail

      • isMultiValued

        public boolean isMultiValued()
        Determines if the attribute allows multiple values.
        Returns:
        true if the attribute is multivalues, or false if it is not.
      • isRequired

        public boolean isRequired()
        Is the attribute required.
        Returns:
        true if the attribute is required, false if it is not.
      • isCaseExact

        public boolean isCaseExact()
        Is the attribute's value case sensitive.
        Returns:
        true if the attributes value is case sensitive, or false if it is not.
      • getName

        public String getName()
        Gets the name of the attribute.
        Returns:
        the name of the attribute.
      • getDescription

        public String getDescription()
        Gets the description of the attribute.
        Returns:
        the description of the attribute.
      • toString

        public String toString()
        Gets a string representation of the attribute.
        Overrides:
        toString in class Object
        Returns:
        a string representation of the attribute.