|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CrudOperationType | |
|---|---|
| org.openxma.dsl.dom.model | |
| org.openxma.dsl.dom.model.impl | |
| Uses of CrudOperationType in org.openxma.dsl.dom.model |
|---|
| Fields in org.openxma.dsl.dom.model with type parameters of type CrudOperationType | |
|---|---|
static List<CrudOperationType> |
CrudOperationType.VALUES
A public read-only list of all the 'Crud Operation Type' enumerators. |
| Methods in org.openxma.dsl.dom.model that return CrudOperationType | |
|---|---|
static CrudOperationType |
CrudOperationType.get(int value)
Returns the 'Crud Operation Type' literal with the specified integer value. |
static CrudOperationType |
CrudOperationType.get(String literal)
Returns the 'Crud Operation Type' literal with the specified literal value. |
static CrudOperationType |
CrudOperationType.getByName(String name)
Returns the 'Crud Operation Type' literal with the specified name. |
CrudOperationType |
DelegateOperation.getCrudOperationType()
Returns the value of the 'Crud Operation Type' attribute. |
static CrudOperationType |
CrudOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CrudOperationType[] |
CrudOperationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.openxma.dsl.dom.model with parameters of type CrudOperationType | |
|---|---|
void |
DelegateOperation.setCrudOperationType(CrudOperationType value)
Sets the value of the ' Crud Operation Type' attribute. |
| Uses of CrudOperationType in org.openxma.dsl.dom.model.impl |
|---|
| Fields in org.openxma.dsl.dom.model.impl declared as CrudOperationType | |
|---|---|
protected static CrudOperationType |
DelegateOperationImpl.CRUD_OPERATION_TYPE_EDEFAULT
The default value of the ' Crud Operation Type' attribute. |
protected CrudOperationType |
DelegateOperationImpl.crudOperationType
The cached value of the ' Crud Operation Type' attribute. |
| Methods in org.openxma.dsl.dom.model.impl that return CrudOperationType | |
|---|---|
CrudOperationType |
DomFactoryImpl.createCrudOperationTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue)
|
CrudOperationType |
DelegateOperationImpl.getCrudOperationType()
|
| Methods in org.openxma.dsl.dom.model.impl with parameters of type CrudOperationType | |
|---|---|
void |
DelegateOperationImpl.setCrudOperationType(CrudOperationType newCrudOperationType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||