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 ReqOptSTFailureTypeCT. reqOptprotected ReqOptSTVariableCT. reqOptMethods in fi.tut.mei.matchmaking.model.xml.msg that return ReqOptST Modifier and Type Method Description static ReqOptSTReqOptST. fromValue(String v)ReqOptSTFailureTypeCT. getReqOpt()Gets the value of the reqOpt property.ReqOptSTVariableCT. getReqOpt()Gets the value of the reqOpt property.static ReqOptSTReqOptST. 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 voidFailureTypeCT. setReqOpt(ReqOptST value)Sets the value of the reqOpt property.voidVariableCT. setReqOpt(ReqOptST value)Sets the value of the reqOpt property.
-