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 SymbolConnectionMethodSTSymbolCT. connectionMethodprotected SymbolConnectionMethodSTSymbolCT2. connectionMethodprotected SymbolConnectionMethodSTSymbolRefTypePortCT. connectionMethodprotected SymbolConnectionMethodSTVariableTypeForEventPortCT. connectionMethodMethods in fi.tut.mei.resdescapi.rdapi.model.rd that return SymbolConnectionMethodST Modifier and Type Method Description static SymbolConnectionMethodSTSymbolConnectionMethodST. fromValue(String v)SymbolConnectionMethodSTSymbolCT. getConnectionMethod()Gets the value of the connectionMethod property.SymbolConnectionMethodSTSymbolCT2. getConnectionMethod()Gets the value of the connectionMethod property.SymbolConnectionMethodSTSymbolRefTypePortCT. getConnectionMethod()Gets the value of the connectionMethod property.SymbolConnectionMethodSTVariableTypeForEventPortCT. getConnectionMethod()Gets the value of the connectionMethod property.static SymbolConnectionMethodSTSymbolConnectionMethodST. 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 voidSymbolCT. setConnectionMethod(SymbolConnectionMethodST value)Sets the value of the connectionMethod property.voidSymbolCT2. setConnectionMethod(SymbolConnectionMethodST value)Sets the value of the connectionMethod property.voidSymbolRefTypePortCT. setConnectionMethod(SymbolConnectionMethodST value)Sets the value of the connectionMethod property.voidVariableTypeForEventPortCT. setConnectionMethod(SymbolConnectionMethodST value)Sets the value of the connectionMethod property.
-