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