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.friend 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 ObjectModelParameterJavaBuilder. addParameter(ObjectModelOperation operation, String type, String name)Add a new parameter to an existing operation.protected ObjectModelParameterObjectModelTransformerToJava. addParameter(ObjectModelOperation operation, Class<?> type, String name)protected ObjectModelParameterObjectModelTransformerToJava. addParameter(ObjectModelOperation operation, String type, String name)Methods in org.nuiton.eugene.java with parameters of type ObjectModelParameter Modifier and Type Method Description static StringJavaGeneratorUtil. getAttributeImplementationType(ObjectModelParameter attribute, boolean useGenerics)static StringJavaGeneratorUtil. getAttributeImplementationType(ObjectModelParameter attribute, String attributeType, boolean useGenerics)static StringJavaGeneratorUtil. getAttributeInterfaceType(ObjectModelParameter attribute)static StringJavaGeneratorUtil. 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 StringJavaGeneratorUtil. 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.friend
Methods in org.nuiton.eugene.models.friend with parameters of type ObjectModelParameter Modifier and Type Method Description static ParameterDefParameterDef. of(ObjectModelParameter aParameter, String defaultPackage) -
Uses of ObjectModelParameter in org.nuiton.eugene.models.object
Subinterfaces of ObjectModelParameter in org.nuiton.eugene.models.object Modifier and Type Interface Description interfaceObjectModelAttributeAbstraction for the attribute node of object model trees.Methods in org.nuiton.eugene.models.object that return ObjectModelParameter Modifier and Type Method Description ObjectModelParameterObjectModelBuilder. addParameter(ObjectModelOperation operation, String type, String name)Add a parameter to an operation.ObjectModelParameterObjectModelOperation. 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 classObjectModelAttributeImplObjectModelAttributeImpl.classObjectModelParameterImplObjectModelParameterImpl.Fields in org.nuiton.eugene.models.object.xml declared as ObjectModelParameter Modifier and Type Field Description protected ObjectModelParameterObjectModelOperationImpl. returnParameterFields in org.nuiton.eugene.models.object.xml with type parameters of type ObjectModelParameter Modifier and Type Field Description protected List<ObjectModelParameter>ObjectModelOperationImpl. parametersMethods in org.nuiton.eugene.models.object.xml that return ObjectModelParameter Modifier and Type Method Description ObjectModelParameterObjectModelOperationImpl. 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()
-