Uses of Class
net.anotheria.asg.generator.TypeOfClass
-
Packages that use TypeOfClass Package Description net.anotheria.asg.generator -
-
Uses of TypeOfClass in net.anotheria.asg.generator
Methods in net.anotheria.asg.generator that return TypeOfClass Modifier and Type Method Description static TypeOfClassTypeOfClass. getDefault()getDefault.TypeOfClassGeneratedClass. getType()Getter for the fieldtype.static TypeOfClassTypeOfClass. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TypeOfClass[]TypeOfClass. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.anotheria.asg.generator with parameters of type TypeOfClass Modifier and Type Method Description voidGeneratedClass. setType(TypeOfClass aType)Setter for the fieldtype.
-