Uses of Class
org.eclipse.gmt.modisco.cobol.COBOLUsageValue
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.cobol | |
| org.eclipse.gmt.modisco.cobol.impl |
-
Uses of COBOLUsageValue in org.eclipse.gmt.modisco.cobol
Fields in org.eclipse.gmt.modisco.cobol with type parameters of type COBOLUsageValue Modifier and Type Field Description static List<COBOLUsageValue>COBOLUsageValue. VALUESA public read-only list of all the 'COBOL Usage Value' enumerators.Methods in org.eclipse.gmt.modisco.cobol that return COBOLUsageValue Modifier and Type Method Description static COBOLUsageValueCOBOLUsageValue. get(int value)Returns the 'COBOL Usage Value' literal with the specified integer value.static COBOLUsageValueCOBOLUsageValue. get(String literal)Returns the 'COBOL Usage Value' literal with the specified literal value.static COBOLUsageValueCOBOLUsageValue. getByName(String name)Returns the 'COBOL Usage Value' literal with the specified name.COBOLUsageValueCOBOLSimpleType. getUsageValue()Returns the value of the 'Usage Value' attribute.static COBOLUsageValueCOBOLUsageValue. valueOf(String name)Returns the enum constant of this type with the specified name.static COBOLUsageValue[]COBOLUsageValue. 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 COBOLUsageValue Modifier and Type Method Description voidCOBOLSimpleType. setUsageValue(COBOLUsageValue value)Sets the value of the 'Usage Value' attribute. -
Uses of COBOLUsageValue in org.eclipse.gmt.modisco.cobol.impl
Fields in org.eclipse.gmt.modisco.cobol.impl declared as COBOLUsageValue Modifier and Type Field Description protected static COBOLUsageValueCOBOLSimpleTypeImpl. USAGE_VALUE_EDEFAULTThe default value of the 'Usage Value' attribute.protected COBOLUsageValueCOBOLSimpleTypeImpl. usageValueThe cached value of the 'Usage Value' attribute.Methods in org.eclipse.gmt.modisco.cobol.impl that return COBOLUsageValue Modifier and Type Method Description COBOLUsageValueCobolFactoryImpl. createCOBOLUsageValueFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)COBOLUsageValueCOBOLSimpleTypeImpl. getUsageValue()Methods in org.eclipse.gmt.modisco.cobol.impl with parameters of type COBOLUsageValue Modifier and Type Method Description voidCOBOLSimpleTypeImpl. setUsageValue(COBOLUsageValue newUsageValue)