Class Attrib

  • All Implemented Interfaces:
    java.io.Serializable

    public class Attrib
    extends java.lang.Object
    implements java.io.Serializable
    An Attribute Object
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Attrib()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Overrides the java.lang.Object.equals method.
      java.lang.String getAlias()
      Returns the value of field 'alias'.
      java.lang.String getName()
      Returns the value of field 'name'.
      AttributeType getType()
      Returns the value of field 'type'.
      void setAlias​(java.lang.String alias)
      Sets the value of field 'alias'.
      void setName​(java.lang.String name)
      Sets the value of field 'name'.
      void setType​(AttributeType type)
      Sets the value of field 'type'.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Attrib

        public Attrib()
    • Method Detail

      • equals

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

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

        public java.lang.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​(java.lang.String alias)
        Sets the value of field 'alias'.
        Parameters:
        alias - the value of field 'alias'.
      • setName

        public void setName​(java.lang.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'.