Class Type

  • All Implemented Interfaces:
    java.io.Serializable

    public abstract class Type
    extends java.lang.Object
    implements java.io.Serializable
    Provides a common base class for all types.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int typeCode  
    • Constructor Summary

      Constructors 
      Constructor Description
      Type​(int typeCode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getTypeCode()  
      • Methods inherited from class java.lang.Object

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

      • typeCode

        private int typeCode
    • Constructor Detail

      • Type

        Type​(int typeCode)
        Parameters:
        int -
    • Method Detail

      • getTypeCode

        public int getTypeCode()
        Returns:
        int