Uses of Class
org.eclipse.gmt.modisco.cobol.COBOLInitialValueKind
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.cobol | |
| org.eclipse.gmt.modisco.cobol.impl |
-
Uses of COBOLInitialValueKind in org.eclipse.gmt.modisco.cobol
Fields in org.eclipse.gmt.modisco.cobol with type parameters of type COBOLInitialValueKind Modifier and Type Field Description static List<COBOLInitialValueKind>COBOLInitialValueKind. VALUESA public read-only list of all the 'COBOL Initial Value Kind' enumerators.Methods in org.eclipse.gmt.modisco.cobol that return COBOLInitialValueKind Modifier and Type Method Description static COBOLInitialValueKindCOBOLInitialValueKind. get(int value)Returns the 'COBOL Initial Value Kind' literal with the specified integer value.static COBOLInitialValueKindCOBOLInitialValueKind. get(String literal)Returns the 'COBOL Initial Value Kind' literal with the specified literal value.static COBOLInitialValueKindCOBOLInitialValueKind. getByName(String name)Returns the 'COBOL Initial Value Kind' literal with the specified name.COBOLInitialValueKindCOBOLElementInitialValue. getValueKind()Returns the value of the 'Value Kind' attribute.static COBOLInitialValueKindCOBOLInitialValueKind. valueOf(String name)Returns the enum constant of this type with the specified name.static COBOLInitialValueKind[]COBOLInitialValueKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.gmt.modisco.cobol with parameters of type COBOLInitialValueKind Modifier and Type Method Description voidCOBOLElementInitialValue. setValueKind(COBOLInitialValueKind value)Sets the value of the 'Value Kind' attribute. -
Uses of COBOLInitialValueKind in org.eclipse.gmt.modisco.cobol.impl
Fields in org.eclipse.gmt.modisco.cobol.impl declared as COBOLInitialValueKind Modifier and Type Field Description protected static COBOLInitialValueKindCOBOLElementInitialValueImpl. VALUE_KIND_EDEFAULTThe default value of the 'Value Kind' attribute.protected COBOLInitialValueKindCOBOLElementInitialValueImpl. valueKindThe cached value of the 'Value Kind' attribute.Methods in org.eclipse.gmt.modisco.cobol.impl that return COBOLInitialValueKind Modifier and Type Method Description COBOLInitialValueKindCobolFactoryImpl. createCOBOLInitialValueKindFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)COBOLInitialValueKindCOBOLElementInitialValueImpl. getValueKind()Methods in org.eclipse.gmt.modisco.cobol.impl with parameters of type COBOLInitialValueKind Modifier and Type Method Description voidCOBOLElementInitialValueImpl. setValueKind(COBOLInitialValueKind newValueKind)