Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.SharedElementCT
-
Packages that use SharedElementCT Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of SharedElementCT in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd declared as SharedElementCT Modifier and Type Field Description protected SharedElementCT
AbstractResourceDesc. sharedElements
protected SharedElementCT
ResourceCT. sharedElements
protected SharedElementCT
ResourceDescription. sharedElements
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return SharedElementCT Modifier and Type Method Description SharedElementCT
ObjectFactory. createSharedElementCT()
Create an instance ofSharedElementCT
SharedElementCT
AbstractResourceDesc. getSharedElements()
Gets the value of the sharedElements property.SharedElementCT
ResourceCT. getSharedElements()
Gets the value of the sharedElements property.SharedElementCT
ResourceDescription. getSharedElements()
Gets the value of the sharedElements property.Methods in fi.tut.mei.resdescapi.rdapi.model.rd with parameters of type SharedElementCT Modifier and Type Method Description void
AbstractResourceDesc. setSharedElements(SharedElementCT value)
Sets the value of the sharedElements property.void
ResourceCT. setSharedElements(SharedElementCT value)
Sets the value of the sharedElements property.void
ResourceDescription. setSharedElements(SharedElementCT value)
Sets the value of the sharedElements property.
-