Interface AttributeType

    • Method Detail

      • isIdentified

        boolean isIdentified()
        Indicates if the type is identified or not.

        If this method returns true, then the corresponding attribute must have a unique identifier, ie, Attribute#getID() must return a value, and cannot be null.

        Returns:
        true if the attribute is identified, otherwise false.
        See Also:
        Attribute#getID()