Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.IFClassOptionCT
-
Packages that use IFClassOptionCT Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of IFClassOptionCT in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd with type parameters of type IFClassOptionCT Modifier and Type Field Description protected List<IFClassOptionCT>
InterfaceLink. clazz
protected List<IFClassOptionCT>
InterfaceRefCT. clazz
protected List<IFClassOptionCT>
InterfaceStdCT. clazz
protected List<IFClassOptionCT>
InterfaceLink. option
protected List<IFClassOptionCT>
InterfaceRefCT. option
protected List<IFClassOptionCT>
InterfaceStdCT. option
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return IFClassOptionCT Modifier and Type Method Description IFClassOptionCT
ObjectFactory. createIFClassOptionCT()
Create an instance ofIFClassOptionCT
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return types with arguments of type IFClassOptionCT Modifier and Type Method Description List<IFClassOptionCT>
InterfaceLink. getClazz()
Gets the value of the clazz property.List<IFClassOptionCT>
InterfaceRefCT. getClazz()
Gets the value of the clazz property.List<IFClassOptionCT>
InterfaceStdCT. getClazz()
Gets the value of the clazz property.List<IFClassOptionCT>
InterfaceLink. getOption()
Gets the value of the option property.List<IFClassOptionCT>
InterfaceRefCT. getOption()
Gets the value of the option property.List<IFClassOptionCT>
InterfaceStdCT. getOption()
Gets the value of the option property.
-