Uses of Class
org.nuiton.eugene.models.object.ObjectModelType
-
Packages that use ObjectModelType Package Description org.nuiton.eugene.java Eugene java package : all specific class for Java generation.org.nuiton.eugene.models.object -
-
Uses of ObjectModelType in org.nuiton.eugene.java
Methods in org.nuiton.eugene.java with parameters of type ObjectModelType Modifier and Type Method Description ObjectModelClassifierObjectModelTransformerToJava. addInnerClassifier(ObjectModelClass clazz, ObjectModelType type, String name, ObjectModelModifier... modifiers) -
Uses of ObjectModelType in org.nuiton.eugene.models.object
Methods in org.nuiton.eugene.models.object that return ObjectModelType Modifier and Type Method Description static ObjectModelTypeObjectModelType. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectModelType[]ObjectModelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuiton.eugene.models.object with parameters of type ObjectModelType Modifier and Type Method Description ObjectModelClassifierObjectModelBuilder. addInnerClassifier(ObjectModelClass clazz, ObjectModelType type, String name, ObjectModelModifier... modifiers)Add a superclass to an other class.protected voidObjectModelGenerator. generateFromElement(Object element, File destDir, String filename, ObjectModelType type)Génération pour un élément du modèle (ou le modèle lui-même).protected voidObjectModelTransformer. transformFromElement(Object element, ObjectModelType type)Génération pour un élément du modèle (ou le modèle lui-même).
-