Package net.anotheria.asg.generator.meta
Class IntType
- java.lang.Object
-
- net.anotheria.asg.generator.meta.AbstractType
-
- net.anotheria.asg.generator.meta.IntType
-
- All Implemented Interfaces:
IMetaType
public class IntType extends AbstractType
Representation of the Integer type.- Version:
- $Id: $Id
- Author:
- another
-
-
Constructor Summary
Constructors Constructor Description IntType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoJava()toJava.java.lang.StringtoJavaObject()toJavaObject.-
Methods inherited from class net.anotheria.asg.generator.meta.AbstractType
toBeanGetter, toBeanSetter, toPropertyGetter, toPropertySetter
-
-