Uses of Class
fi.tut.mei.matchmaking.model.xml.msg.ReqOptST
-
-
Uses of ReqOptST in fi.tut.mei.matchmaking.model.xml.msg
Fields in fi.tut.mei.matchmaking.model.xml.msg declared as ReqOptST Modifier and Type Field Description protected ReqOptST
FailureTypeCT. reqOpt
protected ReqOptST
VariableCT. reqOpt
Methods in fi.tut.mei.matchmaking.model.xml.msg that return ReqOptST Modifier and Type Method Description static ReqOptST
ReqOptST. fromValue(String v)
ReqOptST
FailureTypeCT. getReqOpt()
Gets the value of the reqOpt property.ReqOptST
VariableCT. getReqOpt()
Gets the value of the reqOpt property.static ReqOptST
ReqOptST. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReqOptST[]
ReqOptST. 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 ReqOptST Modifier and Type Method Description void
FailureTypeCT. setReqOpt(ReqOptST value)
Sets the value of the reqOpt property.void
VariableCT. setReqOpt(ReqOptST value)
Sets the value of the reqOpt property.
-