Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.ExtensionDataCT
-
Packages that use ExtensionDataCT Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of ExtensionDataCT in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd declared as ExtensionDataCT Modifier and Type Field Description protected ExtensionDataCT
ResourceDescHWInterfaceCT. extension
protected ExtensionDataCT
ConnectionMethodCtrlAndCommCT. extensions
protected ExtensionDataCT
ConnectionMethodCtrlAndCommRef. methodRelatedData
Fields in fi.tut.mei.resdescapi.rdapi.model.rd with type parameters of type ExtensionDataCT Modifier and Type Field Description protected List<ExtensionDataCT>
ExecCapaCT. extension
protected List<ExtensionDataCT>
ImplementationCT. extension
protected List<ExtensionDataCT>
ResourceCT. extension
protected List<ExtensionDataCT>
ResourceDescription. extension
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return ExtensionDataCT Modifier and Type Method Description ExtensionDataCT
ObjectFactory. createExtensionDataCT()
Create an instance ofExtensionDataCT
ExtensionDataCT
ResourceDescHWInterfaceCT. getExtension()
Gets the value of the extension property.ExtensionDataCT
ConnectionMethodCtrlAndCommCT. getExtensions()
Gets the value of the extensions property.ExtensionDataCT
ConnectionMethodCtrlAndCommRef. getMethodRelatedData()
Gets the value of the methodRelatedData property.Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return types with arguments of type ExtensionDataCT Modifier and Type Method Description List<ExtensionDataCT>
ExecCapaCT. getExtension()
Gets the value of the extension property.List<ExtensionDataCT>
ImplementationCT. getExtension()
Gets the value of the extension property.List<ExtensionDataCT>
ResourceCT. getExtension()
Gets the value of the extension property.List<ExtensionDataCT>
ResourceDescription. getExtension()
Gets the value of the extension property.Methods in fi.tut.mei.resdescapi.rdapi.model.rd with parameters of type ExtensionDataCT Modifier and Type Method Description void
ResourceDescHWInterfaceCT. setExtension(ExtensionDataCT value)
Sets the value of the extension property.void
ConnectionMethodCtrlAndCommCT. setExtensions(ExtensionDataCT value)
Sets the value of the extensions property.void
ConnectionMethodCtrlAndCommRef. setMethodRelatedData(ExtensionDataCT value)
Sets the value of the methodRelatedData property.
-