Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.ConnectionMethodST
-
Packages that use ConnectionMethodST Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of ConnectionMethodST in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd declared as ConnectionMethodST Modifier and Type Field Description protected ConnectionMethodST
ExecCapaCT. connectionMethod
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return ConnectionMethodST Modifier and Type Method Description static ConnectionMethodST
ConnectionMethodST. fromValue(String v)
ConnectionMethodST
ExecCapaCT. getConnectionMethod()
Gets the value of the connectionMethod property.static ConnectionMethodST
ConnectionMethodST. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectionMethodST[]
ConnectionMethodST. 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 ConnectionMethodST Modifier and Type Method Description void
ExecCapaCT. setConnectionMethod(ConnectionMethodST value)
Sets the value of the connectionMethod property.
-