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