Uses of Interface
org.eclipse.gmt.modisco.cobol.COBOLFixedLengthArray
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.cobol | |
| org.eclipse.gmt.modisco.cobol.impl | |
| org.eclipse.gmt.modisco.cobol.util |
-
Uses of COBOLFixedLengthArray in org.eclipse.gmt.modisco.cobol
Subinterfaces of COBOLFixedLengthArray in org.eclipse.gmt.modisco.cobol Modifier and Type Interface Description interfaceCOBOLVariableLengthArrayA representation of the model object 'COBOL Variable Length Array'.Methods in org.eclipse.gmt.modisco.cobol that return COBOLFixedLengthArray Modifier and Type Method Description COBOLFixedLengthArrayCobolFactory. createCOBOLFixedLengthArray()Returns a new object of class 'COBOL Fixed Length Array'.COBOLFixedLengthArrayCOBOLElement. getArray()Returns the value of the 'Array' containment reference.Methods in org.eclipse.gmt.modisco.cobol with parameters of type COBOLFixedLengthArray Modifier and Type Method Description voidCOBOLElement. setArray(COBOLFixedLengthArray value)Sets the value of the 'Array' containment reference. -
Uses of COBOLFixedLengthArray in org.eclipse.gmt.modisco.cobol.impl
Classes in org.eclipse.gmt.modisco.cobol.impl that implement COBOLFixedLengthArray Modifier and Type Class Description classCOBOLFixedLengthArrayImplAn implementation of the model object 'COBOL Fixed Length Array'.classCOBOLVariableLengthArrayImplAn implementation of the model object 'COBOL Variable Length Array'.Fields in org.eclipse.gmt.modisco.cobol.impl declared as COBOLFixedLengthArray Modifier and Type Field Description protected COBOLFixedLengthArrayCOBOLElementImpl. arrayThe cached value of the 'Array' containment reference.Methods in org.eclipse.gmt.modisco.cobol.impl that return COBOLFixedLengthArray Modifier and Type Method Description COBOLFixedLengthArrayCobolFactoryImpl. createCOBOLFixedLengthArray()COBOLFixedLengthArrayCOBOLElementImpl. getArray()Methods in org.eclipse.gmt.modisco.cobol.impl with parameters of type COBOLFixedLengthArray Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainCOBOLElementImpl. basicSetArray(COBOLFixedLengthArray newArray, org.eclipse.emf.common.notify.NotificationChain msgs)voidCOBOLElementImpl. setArray(COBOLFixedLengthArray newArray) -
Uses of COBOLFixedLengthArray in org.eclipse.gmt.modisco.cobol.util
Methods in org.eclipse.gmt.modisco.cobol.util with parameters of type COBOLFixedLengthArray Modifier and Type Method Description TCobolSwitch. caseCOBOLFixedLengthArray(COBOLFixedLengthArray object)Returns the result of interpreting the object as an instance of 'COBOL Fixed Length Array'.