Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.InterfaceRefCT
-
Packages that use InterfaceRefCT Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of InterfaceRefCT in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd declared as InterfaceRefCT Modifier and Type Field Description protected InterfaceRefCT
InterfaceImplRDCT. interfaceRef
Fields in fi.tut.mei.resdescapi.rdapi.model.rd with type parameters of type InterfaceRefCT Modifier and Type Field Description protected List<InterfaceRefCT>
Profile.InterfaceRefs. interfaceRef
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return InterfaceRefCT Modifier and Type Method Description InterfaceRefCT
ObjectFactory. createInterfaceRefCT()
Create an instance ofInterfaceRefCT
InterfaceRefCT
InterfaceImplRDCT. getInterfaceRef()
Gets the value of the interfaceRef property.Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return types with arguments of type InterfaceRefCT Modifier and Type Method Description List<InterfaceRefCT>
Profile.InterfaceRefs. getInterfaceRef()
Gets the value of the interfaceRef property.Methods in fi.tut.mei.resdescapi.rdapi.model.rd with parameters of type InterfaceRefCT Modifier and Type Method Description void
InterfaceImplRDCT. setInterfaceRef(InterfaceRefCT value)
Sets the value of the interfaceRef property.
-