| Package | Description |
|---|---|
| org.eclipse.emf.emfstore.internal.server.model.versioning.operations | |
| org.eclipse.emf.emfstore.internal.server.model.versioning.operations.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<ContainmentType> |
ContainmentType.VALUES
A public read-only list of all the 'Containment Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ContainmentType |
ContainmentType.get(int value)
Returns the 'Containment Type' literal with the specified integer value.
|
static ContainmentType |
ContainmentType.get(String literal)
Returns the 'Containment Type' literal with the specified literal value.
|
static ContainmentType |
ContainmentType.getByName(String name)
Returns the 'Containment Type' literal with the specified name.
|
ContainmentType |
ReferenceOperation.getContainmentType()
Returns the value of the 'Containment Type' attribute.
|
static ContainmentType |
ContainmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainmentType[] |
ContainmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceOperation.setContainmentType(ContainmentType value)
Sets the value of the '
Containment Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
ContainmentType |
OperationsFactoryImpl.createContainmentTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
ContainmentType |
ReferenceOperationImpl.getContainmentType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceOperationImpl.setContainmentType(ContainmentType newContainmentType) |
Copyright © 2017. All rights reserved.