Class MetaEnumerationProperty

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class MetaEnumerationProperty
    extends MetaProperty
    A property of enumeration type.
    Version:
    $Id: $Id
    Author:
    another
    • Constructor Detail

      • MetaEnumerationProperty

        public MetaEnumerationProperty​(java.lang.String aName,
                                       MetaProperty.Type aType)
        Creates a new enumeration property.
        Parameters:
        aName - a String object.
        aType - a MetaProperty.Type object.
    • Method Detail

      • getEnumeration

        public java.lang.String getEnumeration()

        Getter for the field enumeration.

        Returns:
        name of the enumeration
      • setEnumeration

        public void setEnumeration​(java.lang.String string)

        Setter for the field enumeration.

        Parameters:
        string - name of enumeration