Uses of Interface
net.anotheria.asg.generator.meta.IMetaType
-
Packages that use IMetaType Package Description net.anotheria.asg.generator.meta -
-
Uses of IMetaType in net.anotheria.asg.generator.meta
Classes in net.anotheria.asg.generator.meta that implement IMetaType Modifier and Type Class Description classAbstractTypeBase class for type implementations.classBooleanTypeRepresentation of the boolean type.classDoubleTypeRepresentation of the DoubleType.classFloatTypeInternal representation of the FloatType.classImageTypeRepresentation of the image type.classIntTypeRepresentation of the Integer type.classListTypeTODO please remined another to comment this classclassLongTypeRepresentation of the LongType.classObjectTypeObjectType class.classPasswordTypeRepresentation of password type (<input type="password"...) *classStringTypeRepresentation of the string type.Methods in net.anotheria.asg.generator.meta that return IMetaType Modifier and Type Method Description static IMetaTypeTypeFactory. createType(MetaProperty.Type type)Creates a type out of a string description.IMetaTypeMetaProperty. getMetaType()Returns the metatype of this property.Constructors in net.anotheria.asg.generator.meta with parameters of type IMetaType Constructor Description MetaProperty(java.lang.String aName, IMetaType aType)Constructor for MetaProperty.
-