public class NewOppositeReference extends OperationImplementation
| Modifier and Type | Field and Description |
|---|---|
Boolean |
changeable |
int |
lowerBound |
String |
name |
org.eclipse.emf.ecore.EReference |
reference |
int |
upperBound |
| Constructor and Description |
|---|
NewOppositeReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkContainmentSingleValued() |
boolean |
checkCrossReferenceManyValued() |
boolean |
checkReference(org.eclipse.emf.ecore.EReference reference) |
void |
execute(Metamodel metamodel,
Model model)
Execute the operation.
|
void |
initialize(Metamodel metamodel)
Initialize the parameters of the operation.
|
checkAndExecute, checkPreconditions, checkRestriction, checkRestrictionpublic org.eclipse.emf.ecore.EReference reference
public String name
public int lowerBound
public int upperBound
public Boolean changeable
public boolean checkReference(org.eclipse.emf.ecore.EReference reference)
public boolean checkContainmentSingleValued()
public boolean checkCrossReferenceManyValued()
public void initialize(Metamodel metamodel)
initialize in class OperationImplementationCopyright © 2020. All rights reserved.