Uses of Interface
org.nuiton.eugene.models.object.ObjectModelParameter
-
Packages that use ObjectModelParameter Package Description org.nuiton.eugene.java Eugene java package : all specific class for Java generation.org.nuiton.eugene.models.object org.nuiton.eugene.models.object.xml -
-
Uses of ObjectModelParameter in org.nuiton.eugene.java
Methods in org.nuiton.eugene.java that return ObjectModelParameter Modifier and Type Method Description ObjectModelParameter
JavaBuilder. addParameter(ObjectModelOperation operation, String type, String name)
Add a new parameter to an existing operation.protected ObjectModelParameter
ObjectModelTransformerToJava. addParameter(ObjectModelOperation operation, Class<?> type, String name)
protected ObjectModelParameter
ObjectModelTransformerToJava. addParameter(ObjectModelOperation operation, String type, String name)
Methods in org.nuiton.eugene.java with parameters of type ObjectModelParameter Modifier and Type Method Description static String
JavaGeneratorUtil. getAttributeImplementationType(ObjectModelParameter attribute, boolean useGenerics)
static String
JavaGeneratorUtil. getAttributeImplementationType(ObjectModelParameter attribute, String attributeType, boolean useGenerics)
static String
JavaGeneratorUtil. getAttributeInterfaceType(ObjectModelParameter attribute)
static String
JavaGeneratorUtil. getAttributeInterfaceType(ObjectModelParameter attribute, boolean useGenerics)
Retourne le type de l'attribut, c-a-d une List ou une collection ou le type defini si la cardinalité n'est pas multiplestatic String
JavaGeneratorUtil. getAttributeInterfaceType(ObjectModelParameter attribute, String attributeType, boolean useGenerics)
Retourne le type de l'attribut, c-a-d une List ou une collection ou le type defini si la cardinalité n'est pas multiple -
Uses of ObjectModelParameter in org.nuiton.eugene.models.object
Subinterfaces of ObjectModelParameter in org.nuiton.eugene.models.object Modifier and Type Interface Description interface
ObjectModelAttribute
Abstraction for the attribute node of object model trees.Methods in org.nuiton.eugene.models.object that return ObjectModelParameter Modifier and Type Method Description ObjectModelParameter
ObjectModelBuilder. addParameter(ObjectModelOperation operation, String type, String name)
Add a parameter to an operation.ObjectModelParameter
ObjectModelOperation. getReturnParameter()
Return the return parameter of the operationMethods in org.nuiton.eugene.models.object that return types with arguments of type ObjectModelParameter Modifier and Type Method Description Collection<ObjectModelParameter>
ObjectModelOperation. getParameters()
Returns all parameters defined on this operation. -
Uses of ObjectModelParameter in org.nuiton.eugene.models.object.xml
Classes in org.nuiton.eugene.models.object.xml that implement ObjectModelParameter Modifier and Type Class Description class
ObjectModelAttributeImpl
ObjectModelAttributeImpl.class
ObjectModelParameterImpl
ObjectModelParameterImpl.Fields in org.nuiton.eugene.models.object.xml declared as ObjectModelParameter Modifier and Type Field Description protected ObjectModelParameter
ObjectModelOperationImpl. returnParameter
Fields in org.nuiton.eugene.models.object.xml with type parameters of type ObjectModelParameter Modifier and Type Field Description protected List<ObjectModelParameter>
ObjectModelOperationImpl. parameters
Methods in org.nuiton.eugene.models.object.xml that return ObjectModelParameter Modifier and Type Method Description ObjectModelParameter
ObjectModelOperationImpl. getReturnParameter()
Methods in org.nuiton.eugene.models.object.xml that return types with arguments of type ObjectModelParameter Modifier and Type Method Description Collection<ObjectModelParameter>
ObjectModelOperationImpl. getParameters()
-