Uses of Class
org.nuiton.eugene.models.object.xml.ObjectModelParameterImpl
-
Packages that use ObjectModelParameterImpl Package Description org.nuiton.eugene.models.object.reader.yaml org.nuiton.eugene.models.object.xml -
-
Uses of ObjectModelParameterImpl in org.nuiton.eugene.models.object.reader.yaml
Methods in org.nuiton.eugene.models.object.reader.yaml with parameters of type ObjectModelParameterImpl Modifier and Type Method Description voidLoadObjectModel. loadParameter(YamlObject parameterYAMLO, ObjectModelParameterImpl parameterOM) -
Uses of ObjectModelParameterImpl in org.nuiton.eugene.models.object.xml
Subclasses of ObjectModelParameterImpl in org.nuiton.eugene.models.object.xml Modifier and Type Class Description classObjectModelAttributeImplObjectModelAttributeImpl.Methods in org.nuiton.eugene.models.object.xml with parameters of type ObjectModelParameterImpl Modifier and Type Method Description voidObjectModelOperationImpl. addExceptionParameter(ObjectModelParameterImpl raisedParameter)Add new raised exception.voidObjectModelOperationImpl. addParameter(ObjectModelParameterImpl parameter)voidObjectModelOperationImpl. setReturnParameter(ObjectModelParameterImpl returnParameter)
-