Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.InterfaceLink
-
Packages that use InterfaceLink Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of InterfaceLink in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd with type parameters of type InterfaceLink Modifier and Type Field Description protected List<InterfaceLink>
AbstractResourceDesc.Interfaces. interfaceLink
protected List<InterfaceLink>
InterfaceStds. interfaceLink
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return InterfaceLink Modifier and Type Method Description InterfaceLink
ObjectFactory. createInterfaceLink()
Create an instance ofInterfaceLink
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return types with arguments of type InterfaceLink Modifier and Type Method Description List<InterfaceLink>
AbstractResourceDesc.Interfaces. getInterfaceLink()
Gets the value of the interfaceLink property.List<InterfaceLink>
InterfaceStds. getInterfaceLink()
Gets the value of the interfaceLink property.
-