Uses of Interface
org.eclipse.gmt.modisco.cobol.COBOLComposedType
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.cobol | |
| org.eclipse.gmt.modisco.cobol.impl | |
| org.eclipse.gmt.modisco.cobol.util |
-
Uses of COBOLComposedType in org.eclipse.gmt.modisco.cobol
Methods in org.eclipse.gmt.modisco.cobol that return COBOLComposedType Modifier and Type Method Description COBOLComposedTypeCobolFactory. createCOBOLComposedType()Returns a new object of class 'COBOL Composed Type'.COBOLComposedTypeCOBOLElement. getGroup()Returns the value of the 'Group' container reference.Methods in org.eclipse.gmt.modisco.cobol with parameters of type COBOLComposedType Modifier and Type Method Description voidCOBOLElement. setGroup(COBOLComposedType value)Sets the value of the 'Group' container reference. -
Uses of COBOLComposedType in org.eclipse.gmt.modisco.cobol.impl
Classes in org.eclipse.gmt.modisco.cobol.impl that implement COBOLComposedType Modifier and Type Class Description classCOBOLComposedTypeImplAn implementation of the model object 'COBOL Composed Type'.Methods in org.eclipse.gmt.modisco.cobol.impl that return COBOLComposedType Modifier and Type Method Description COBOLComposedTypeCOBOLElementImpl. basicGetGroup()COBOLComposedTypeCobolFactoryImpl. createCOBOLComposedType()COBOLComposedTypeCOBOLElementImpl. getGroup()Methods in org.eclipse.gmt.modisco.cobol.impl with parameters of type COBOLComposedType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainCOBOLElementImpl. basicSetGroup(COBOLComposedType newGroup, org.eclipse.emf.common.notify.NotificationChain msgs)voidCOBOLElementImpl. setGroup(COBOLComposedType newGroup) -
Uses of COBOLComposedType in org.eclipse.gmt.modisco.cobol.util
Methods in org.eclipse.gmt.modisco.cobol.util with parameters of type COBOLComposedType Modifier and Type Method Description TCobolSwitch. caseCOBOLComposedType(COBOLComposedType object)Returns the result of interpreting the object as an instance of 'COBOL Composed Type'.