Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.BusinessPropertyClassifierST
-
Packages that use BusinessPropertyClassifierST Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of BusinessPropertyClassifierST in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd declared as BusinessPropertyClassifierST Modifier and Type Field Description protected BusinessPropertyClassifierST
BusinessPropertyCT. classOfBusinessProperty
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return BusinessPropertyClassifierST Modifier and Type Method Description static BusinessPropertyClassifierST
BusinessPropertyClassifierST. fromValue(String v)
BusinessPropertyClassifierST
BusinessPropertyCT. getClassOfBusinessProperty()
Gets the value of the classOfBusinessProperty property.static BusinessPropertyClassifierST
BusinessPropertyClassifierST. valueOf(String name)
Returns the enum constant of this type with the specified name.static BusinessPropertyClassifierST[]
BusinessPropertyClassifierST. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fi.tut.mei.resdescapi.rdapi.model.rd with parameters of type BusinessPropertyClassifierST Modifier and Type Method Description void
BusinessPropertyCT. setClassOfBusinessProperty(BusinessPropertyClassifierST value)
Sets the value of the classOfBusinessProperty property.
-