Uses of Class
fi.tut.mei.matchmaking.model.xml.msg.BusinessPropertyClassifierST
-
-
Uses of BusinessPropertyClassifierST in fi.tut.mei.matchmaking.model.xml.msg
Fields in fi.tut.mei.matchmaking.model.xml.msg declared as BusinessPropertyClassifierST Modifier and Type Field Description protected BusinessPropertyClassifierST
BusinessPropertyCT. classOfBusinessProperty
Methods in fi.tut.mei.matchmaking.model.xml.msg 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.matchmaking.model.xml.msg with parameters of type BusinessPropertyClassifierST Modifier and Type Method Description void
BusinessPropertyCT. setClassOfBusinessProperty(BusinessPropertyClassifierST value)
Sets the value of the classOfBusinessProperty property.
-