Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.VariableNumCT
-
Packages that use VariableNumCT Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of VariableNumCT in fi.tut.mei.resdescapi.rdapi.model.rd
Subclasses of VariableNumCT in fi.tut.mei.resdescapi.rdapi.model.rd Modifier and Type Class Description class
IFPropertyCT
Interface Property CTclass
VariableNumCTNoComplex
Numeric variable type, excludes complex typesFields in fi.tut.mei.resdescapi.rdapi.model.rd with type parameters of type VariableNumCT Modifier and Type Field Description protected List<VariableNumCT>
InterfaceImplRDCT.Instances.Instance.Parameters. parameter
protected List<VariableNumCT>
VariableSetCT. variableNum
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return VariableNumCT Modifier and Type Method Description VariableNumCT
ObjectFactory. createVariableNumCT()
Create an instance ofVariableNumCT
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return types with arguments of type VariableNumCT Modifier and Type Method Description JAXBElement<VariableNumCT>
ObjectFactory. createVariableNum(VariableNumCT value)
List<VariableNumCT>
InterfaceImplRDCT.Instances.Instance.Parameters. getParameter()
Gets the value of the parameter property.List<VariableNumCT>
VariableSetCT. getVariableNum()
Gets the value of the variableNum property.Methods in fi.tut.mei.resdescapi.rdapi.model.rd with parameters of type VariableNumCT Modifier and Type Method Description JAXBElement<VariableNumCT>
ObjectFactory. createVariableNum(VariableNumCT value)
-