Class IntType

  • All Implemented Interfaces:
    IMetaType

    public class IntType
    extends AbstractType
    Representation of the Integer type.
    Version:
    $Id: $Id
    Author:
    another
    • Constructor Detail

      • IntType

        public IntType()
    • Method Detail

      • toJava

        public java.lang.String toJava()

        toJava.

        Returns:
        the type representation of this MetaType in java language.
      • toJavaObject

        public java.lang.String toJavaObject()

        toJavaObject.

        Returns:
        java object for this type (for example Integer for int).