Class PrimitiveType.Code

  • Enclosing class:
    PrimitiveType

    public static class PrimitiveType.Code
    extends java.lang.Object
    Primitive type codes (typesafe enumeration).
        byte        BYTE
        short        SHORT
        char        CHAR
        int        INT
        long        LONG
        float        FLOAT
        double        DOUBLE
        boolean        BOOLEAN
        void        VOID
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Returns the standard name of the primitive type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns the standard name of the primitive type.
        Overrides:
        toString in class java.lang.Object
        Returns:
        the standard name of the primitive type