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