Class Attrib

    • Constructor Detail

      • Attrib

        public Attrib()
    • Method Detail

      • equals

        public boolean equals​(Object obj)
        Overrides the java.lang.Object.equals method.
        Overrides:
        equals in class Object
        Parameters:
        obj -
        Returns:
        true if the objects are equal.
      • getAlias

        public String getAlias()
        Returns the value of field 'alias'.
        Returns:
        the value of field 'Alias'.
      • getName

        public String getName()
        Returns the value of field 'name'.
        Returns:
        the value of field 'Name'.
      • getType

        public AttributeType getType()
        Returns the value of field 'type'.
        Returns:
        the value of field 'Type'.
      • setAlias

        public void setAlias​(String alias)
        Sets the value of field 'alias'.
        Parameters:
        alias - the value of field 'alias'.
      • setName

        public void setName​(String name)
        Sets the value of field 'name'.
        Parameters:
        name - the value of field 'name'.
      • setType

        public void setType​(AttributeType type)
        Sets the value of field 'type'.
        Parameters:
        type - the value of field 'type'.