Class DataType

  • All Implemented Interfaces:
    IGenerateable
    Direct Known Subclasses:
    EnumerationType

    public abstract class DataType
    extends java.lang.Object
    implements IGenerateable
    A custom data type.
    Version:
    $Id: $Id
    Author:
    lrosenberg
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DataType​(java.lang.String aName)
      Constructor for DataType.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Getter for the field name.
      void setName​(java.lang.String string)
      Setter for the field name.
      • Methods inherited from class java.lang.Object

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

      • DataType

        protected DataType​(java.lang.String aName)

        Constructor for DataType.

        Parameters:
        aName - a String object.
    • Method Detail

      • getName

        public java.lang.String getName()

        Getter for the field name.

        Returns:
        a String object.
      • setName

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

        Setter for the field name.

        Parameters:
        string - a String object.