Package net.anotheria.asg.generator.meta
Class BooleanType
- java.lang.Object
-
- net.anotheria.asg.generator.meta.AbstractType
-
- net.anotheria.asg.generator.meta.BooleanType
-
- All Implemented Interfaces:
IMetaType
public class BooleanType extends AbstractType
Representation of the boolean type.- Version:
- $Id: $Id
- Author:
- another
-
-
Constructor Summary
Constructors Constructor Description BooleanType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoBeanGetter(java.lang.String name)toBeanGetter.java.lang.StringtoJava()toJava.java.lang.StringtoJavaObject()toJavaObject.-
Methods inherited from class net.anotheria.asg.generator.meta.AbstractType
toBeanSetter, toPropertyGetter, toPropertySetter
-
-
-
-
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:
toBeanGetterin interfaceIMetaType- Overrides:
toBeanGetterin classAbstractType- Parameters:
name- aStringobject.- Returns:
- a
Stringobject.
-
-