Class FloatType

  • All Implemented Interfaces:
    IMetaType

    public class FloatType
    extends AbstractType
    Internal representation of the FloatType.
    Version:
    $Id: $Id
    Author:
    lrosenberg
    • Constructor Detail

      • FloatType

        public FloatType()
    • 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).