Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.data.IndexElement
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.data | |
| org.eclipse.gmt.modisco.omg.kdm.data.impl | |
| org.eclipse.gmt.modisco.omg.kdm.data.util |
-
Uses of IndexElement in org.eclipse.gmt.modisco.omg.kdm.data
Subinterfaces of IndexElement in org.eclipse.gmt.modisco.omg.kdm.data Modifier and Type Interface Description interfaceIndexA representation of the model object 'Index'.interfaceReferenceKeyA representation of the model object 'Reference Key'.interfaceUniqueKeyA representation of the model object 'Unique Key'.Methods in org.eclipse.gmt.modisco.omg.kdm.data that return IndexElement Modifier and Type Method Description IndexElementDataFactory. createIndexElement()Returns a new object of class 'Index Element'. -
Uses of IndexElement in org.eclipse.gmt.modisco.omg.kdm.data.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.data.impl that implement IndexElement Modifier and Type Class Description classIndexElementImplAn implementation of the model object 'Index Element'.classIndexImplAn implementation of the model object 'Index'.classReferenceKeyImplAn implementation of the model object 'Reference Key'.classUniqueKeyImplAn implementation of the model object 'Unique Key'.Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl that return IndexElement Modifier and Type Method Description IndexElementDataFactoryImpl. createIndexElement() -
Uses of IndexElement in org.eclipse.gmt.modisco.omg.kdm.data.util
Methods in org.eclipse.gmt.modisco.omg.kdm.data.util with parameters of type IndexElement Modifier and Type Method Description TDataSwitch. caseIndexElement(IndexElement object)Returns the result of interpreting the object as an instance of 'Index Element'.