Class BooleanType

  • All Implemented Interfaces:
    IMetaType

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

      • BooleanType

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

        public java.lang.String toBeanGetter​(java.lang.String name)

        toBeanGetter.

        Specified by:
        toBeanGetter in interface IMetaType
        Overrides:
        toBeanGetter in class AbstractType
        Parameters:
        name - a String object.
        Returns:
        a String object.