Package | Description |
---|---|
org.eclipse.emfforms.coffee.model.coffee | |
org.eclipse.emfforms.coffee.model.coffee.impl |
Modifier and Type | Field and Description |
---|---|
static List<ManufactoringProcess> |
ManufactoringProcess.VALUES
A public read-only list of all the 'Manufactoring Process' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static ManufactoringProcess |
ManufactoringProcess.get(int value)
Returns the 'Manufactoring Process' literal with the specified integer value.
|
static ManufactoringProcess |
ManufactoringProcess.get(String literal)
Returns the 'Manufactoring Process' literal with the specified literal value.
|
static ManufactoringProcess |
ManufactoringProcess.getByName(String name)
Returns the 'Manufactoring Process' literal with the specified name.
|
ManufactoringProcess |
Processor.getManufactoringProcess()
Returns the value of the 'Manufactoring Process' attribute.
|
static ManufactoringProcess |
ManufactoringProcess.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManufactoringProcess[] |
ManufactoringProcess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Processor.setManufactoringProcess(ManufactoringProcess value)
Sets the value of the '
Manufactoring Process ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static ManufactoringProcess |
ProcessorImpl.MANUFACTORING_PROCESS_EDEFAULT
The default value of the '
Manufactoring Process ' attribute. |
protected ManufactoringProcess |
ProcessorImpl.manufactoringProcess
The cached value of the '
Manufactoring Process ' attribute. |
Modifier and Type | Method and Description |
---|---|
ManufactoringProcess |
CoffeeFactoryImpl.createManufactoringProcessFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
ManufactoringProcess |
ProcessorImpl.getManufactoringProcess() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessorImpl.setManufactoringProcess(ManufactoringProcess newManufactoringProcess) |
Copyright © 2019. All rights reserved.