Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.code.DataElement
-
Uses of DataElement in org.eclipse.gmt.modisco.omg.kdm.action
Methods in org.eclipse.gmt.modisco.omg.kdm.action that return DataElement Modifier and Type Method Description DataElementDispatches. getTo()Returns the value of the 'To' reference.DataElementReads. getTo()Returns the value of the 'To' reference.DataElementThrows. getTo()Returns the value of the 'To' reference.DataElementWrites. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.action with parameters of type DataElement Modifier and Type Method Description voidDispatches. setTo(DataElement value)Sets the value of the 'To' reference.voidReads. setTo(DataElement value)Sets the value of the 'To' reference.voidThrows. setTo(DataElement value)Sets the value of the 'To' reference.voidWrites. setTo(DataElement value)Sets the value of the 'To' reference. -
Uses of DataElement in org.eclipse.gmt.modisco.omg.kdm.action.impl
Fields in org.eclipse.gmt.modisco.omg.kdm.action.impl declared as DataElement Modifier and Type Field Description protected DataElementDispatchesImpl. toThe cached value of the 'To' reference.protected DataElementReadsImpl. toThe cached value of the 'To' reference.protected DataElementThrowsImpl. toThe cached value of the 'To' reference.protected DataElementWritesImpl. toThe cached value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.action.impl that return DataElement Modifier and Type Method Description DataElementDispatchesImpl. basicGetTo()DataElementReadsImpl. basicGetTo()DataElementThrowsImpl. basicGetTo()DataElementWritesImpl. basicGetTo()DataElementDispatchesImpl. getTo()DataElementReadsImpl. getTo()DataElementThrowsImpl. getTo()DataElementWritesImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.action.impl with parameters of type DataElement Modifier and Type Method Description voidDispatchesImpl. setTo(DataElement newTo)voidReadsImpl. setTo(DataElement newTo)voidThrowsImpl. setTo(DataElement newTo)voidWritesImpl. setTo(DataElement newTo) -
Uses of DataElement in org.eclipse.gmt.modisco.omg.kdm.code
Subinterfaces of DataElement in org.eclipse.gmt.modisco.omg.kdm.code Modifier and Type Interface Description interfaceIndexUnitA representation of the model object 'Index Unit'.interfaceItemUnitA representation of the model object 'Item Unit'.interfaceMemberUnitA representation of the model object 'Member Unit'.interfaceParameterUnitA representation of the model object 'Parameter Unit'.interfaceStorableUnitA representation of the model object 'Storable Unit'.interfaceValueA representation of the model object 'Value'.interfaceValueElementA representation of the model object 'Value Element'.interfaceValueListA representation of the model object 'Value List'.Methods in org.eclipse.gmt.modisco.omg.kdm.code that return DataElement Modifier and Type Method Description DataElementCodeFactory. createDataElement()Returns a new object of class 'Data Element'. -
Uses of DataElement in org.eclipse.gmt.modisco.omg.kdm.code.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.code.impl that implement DataElement Modifier and Type Class Description classDataElementImplAn implementation of the model object 'Data Element'.classIndexUnitImplAn implementation of the model object 'Index Unit'.classItemUnitImplAn implementation of the model object 'Item Unit'.classMemberUnitImplAn implementation of the model object 'Member Unit'.classParameterUnitImplAn implementation of the model object 'Parameter Unit'.classStorableUnitImplAn implementation of the model object 'Storable Unit'.classValueElementImplAn implementation of the model object 'Value Element'.classValueImplAn implementation of the model object 'Value'.classValueListImplAn implementation of the model object 'Value List'.Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return DataElement Modifier and Type Method Description DataElementCodeFactoryImpl. createDataElement() -
Uses of DataElement in org.eclipse.gmt.modisco.omg.kdm.code.util
Methods in org.eclipse.gmt.modisco.omg.kdm.code.util with parameters of type DataElement Modifier and Type Method Description TCodeSwitch. caseDataElement(DataElement object)Returns the result of interpreting the object as an instance of 'Data Element'.