Uses of Class
net.anotheria.asg.generator.meta.MetaProperty.Type
-
Packages that use MetaProperty.Type Package Description net.anotheria.asg.generator.meta -
-
Uses of MetaProperty.Type in net.anotheria.asg.generator.meta
Methods in net.anotheria.asg.generator.meta that return MetaProperty.Type Modifier and Type Method Description static MetaProperty.TypeMetaProperty.Type. findTypeByName(java.lang.String name)MetaProperty.TypeMetaProperty. getType()Getter for the fieldtype.static MetaProperty.TypeMetaProperty.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MetaProperty.Type[]MetaProperty.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.anotheria.asg.generator.meta with parameters of type MetaProperty.Type Modifier and Type Method Description static IMetaTypeTypeFactory. createType(MetaProperty.Type type)Creates a type out of a string description.Constructors in net.anotheria.asg.generator.meta with parameters of type MetaProperty.Type Constructor Description MetaContainerProperty(java.lang.String name, MetaProperty.Type type)Constructor for MetaContainerProperty.MetaEnumerationProperty(java.lang.String aName, MetaProperty.Type aType)Creates a new enumeration property.MetaGenericProperty(java.lang.String name, MetaProperty.Type type, MetaProperty... contained)Constructor for MetaGenericProperty.MetaProperty(java.lang.String aName, MetaProperty.Type aType)Creates a new MetaProperty with given name and type description.MetaProperty(java.lang.String aName, MetaProperty.Type aType, boolean aMultilingual)Constructor for MetaProperty.
-