Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.PropertyVarCT
-
Packages that use PropertyVarCT Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of PropertyVarCT in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd declared as PropertyVarCT Modifier and Type Field Description protected PropertyVarCT
Profile.Properties. selectiveProperties
protected PropertyVarCT
Profile.Properties. technicalProperties
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return PropertyVarCT Modifier and Type Method Description PropertyVarCT
ObjectFactory. createPropertyVarCT()
Create an instance ofPropertyVarCT
PropertyVarCT
Profile.Properties. getSelectiveProperties()
Gets the value of the selectiveProperties property.PropertyVarCT
Profile.Properties. getTechnicalProperties()
Gets the value of the technicalProperties property.Methods in fi.tut.mei.resdescapi.rdapi.model.rd with parameters of type PropertyVarCT Modifier and Type Method Description void
Profile.Properties. setSelectiveProperties(PropertyVarCT value)
Sets the value of the selectiveProperties property.void
Profile.Properties. setTechnicalProperties(PropertyVarCT value)
Sets the value of the technicalProperties property.
-