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 SymbolInterfaceSTSymbolCT. interfaceTypeprotected SymbolInterfaceSTSymbolCT2. interfaceTypeMethods in fi.tut.mei.resdescapi.rdapi.model.rd that return SymbolInterfaceST Modifier and Type Method Description static SymbolInterfaceSTSymbolInterfaceST. fromValue(String v)SymbolInterfaceSTSymbolCT. getInterfaceType()Gets the value of the interfaceType property.SymbolInterfaceSTSymbolCT2. getInterfaceType()Gets the value of the interfaceType property.static SymbolInterfaceSTSymbolInterfaceST. 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 voidSymbolCT. setInterfaceType(SymbolInterfaceST value)Sets the value of the interfaceType property.voidSymbolCT2. setInterfaceType(SymbolInterfaceST value)Sets the value of the interfaceType property.
-