Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.VariableSetAndRefCT
-
Packages that use VariableSetAndRefCT Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of VariableSetAndRefCT in fi.tut.mei.resdescapi.rdapi.model.rd
Subclasses of VariableSetAndRefCT in fi.tut.mei.resdescapi.rdapi.model.rd Modifier and Type Class Description class
PropertyVarCT
Type for propertiesFields in fi.tut.mei.resdescapi.rdapi.model.rd declared as VariableSetAndRefCT Modifier and Type Field Description protected VariableSetAndRefCT
InputOutputParamSetARDCT. inputs
protected VariableSetAndRefCT
InputOutputParamSetARDCT. outputs
protected VariableSetAndRefCT
SharedElementCT. properties
protected VariableSetAndRefCT
PropertiesForRDCT. selectiveProperties
protected VariableSetAndRefCT
SharedElementCT. selectiveProperties
protected VariableSetAndRefCT
PropertiesForRDCT. technicalProperties
protected VariableSetAndRefCT
SharedElementCT. variables
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return VariableSetAndRefCT Modifier and Type Method Description VariableSetAndRefCT
ObjectFactory. createVariableSetAndRefCT()
Create an instance ofVariableSetAndRefCT
VariableSetAndRefCT
InputOutputParamSetARDCT. getInputs()
Gets the value of the inputs property.VariableSetAndRefCT
InputOutputParamSetARDCT. getOutputs()
Gets the value of the outputs property.VariableSetAndRefCT
SharedElementCT. getProperties()
Gets the value of the properties property.VariableSetAndRefCT
PropertiesForRDCT. getSelectiveProperties()
Gets the value of the selectiveProperties property.VariableSetAndRefCT
SharedElementCT. getSelectiveProperties()
Gets the value of the selectiveProperties property.VariableSetAndRefCT
PropertiesForRDCT. getTechnicalProperties()
Gets the value of the technicalProperties property.VariableSetAndRefCT
SharedElementCT. getVariables()
Gets the value of the variables property.Methods in fi.tut.mei.resdescapi.rdapi.model.rd with parameters of type VariableSetAndRefCT Modifier and Type Method Description void
InputOutputParamSetARDCT. setInputs(VariableSetAndRefCT value)
Sets the value of the inputs property.void
InputOutputParamSetARDCT. setOutputs(VariableSetAndRefCT value)
Sets the value of the outputs property.void
SharedElementCT. setProperties(VariableSetAndRefCT value)
Sets the value of the properties property.void
PropertiesForRDCT. setSelectiveProperties(VariableSetAndRefCT value)
Sets the value of the selectiveProperties property.void
SharedElementCT. setSelectiveProperties(VariableSetAndRefCT value)
Sets the value of the selectiveProperties property.void
PropertiesForRDCT. setTechnicalProperties(VariableSetAndRefCT value)
Sets the value of the technicalProperties property.void
SharedElementCT. setVariables(VariableSetAndRefCT value)
Sets the value of the variables property.
-