Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/SequenceStyleGeneratorImpl.java')
-rwxr-xr-xcore/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/SequenceStyleGeneratorImpl.java319
1 files changed, 170 insertions, 149 deletions
diff --git a/core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/SequenceStyleGeneratorImpl.java b/core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/SequenceStyleGeneratorImpl.java
index 46543e612..f0cf20b80 100755
--- a/core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/SequenceStyleGeneratorImpl.java
+++ b/core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/SequenceStyleGeneratorImpl.java
@@ -14,28 +14,38 @@ import org.eclipse.emf.teneo.annotations.pannotation.PannotationPackage;
import org.eclipse.emf.teneo.annotations.pannotation.SequenceStyleGenerator;
/**
- * <!-- begin-user-doc -->
- * An implementation of the model object '<em><b>Sequence Style Generator</b></em>'.
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> An implementation of the model object '
+ * <em><b>Sequence Style Generator</b></em>'. <!-- end-user-doc -->
* <p>
* The following features are implemented:
* <ul>
- * <li>{@link org.eclipse.emf.teneo.annotations.pannotation.impl.SequenceStyleGeneratorImpl#getName <em>Name</em>}</li>
- * <li>{@link org.eclipse.emf.teneo.annotations.pannotation.impl.SequenceStyleGeneratorImpl#getSequenceName <em>Sequence Name</em>}</li>
- * <li>{@link org.eclipse.emf.teneo.annotations.pannotation.impl.SequenceStyleGeneratorImpl#getInitialValue <em>Initial Value</em>}</li>
- * <li>{@link org.eclipse.emf.teneo.annotations.pannotation.impl.SequenceStyleGeneratorImpl#getIncrementSize <em>Increment Size</em>}</li>
- * <li>{@link org.eclipse.emf.teneo.annotations.pannotation.impl.SequenceStyleGeneratorImpl#getOptimizer <em>Optimizer</em>}</li>
- * <li>{@link org.eclipse.emf.teneo.annotations.pannotation.impl.SequenceStyleGeneratorImpl#getOptimizerClass <em>Optimizer Class</em>}</li>
+ * <li>{@link org.eclipse.emf.teneo.annotations.pannotation.impl.SequenceStyleGeneratorImpl#getName
+ * <em>Name</em>}</li>
+ * <li>
+ * {@link org.eclipse.emf.teneo.annotations.pannotation.impl.SequenceStyleGeneratorImpl#getSequenceName
+ * <em>Sequence Name</em>}</li>
+ * <li>
+ * {@link org.eclipse.emf.teneo.annotations.pannotation.impl.SequenceStyleGeneratorImpl#getInitialValue
+ * <em>Initial Value</em>}</li>
+ * <li>
+ * {@link org.eclipse.emf.teneo.annotations.pannotation.impl.SequenceStyleGeneratorImpl#getIncrementSize
+ * <em>Increment Size</em>}</li>
+ * <li>
+ * {@link org.eclipse.emf.teneo.annotations.pannotation.impl.SequenceStyleGeneratorImpl#getOptimizer
+ * <em>Optimizer</em>}</li>
+ * <li>
+ * {@link org.eclipse.emf.teneo.annotations.pannotation.impl.SequenceStyleGeneratorImpl#getOptimizerClass
+ * <em>Optimizer Class</em>}</li>
* </ul>
* </p>
- *
+ *
* @generated
*/
public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements SequenceStyleGenerator {
/**
- * The default value of the '{@link #getName() <em>Name</em>}' attribute.
- * <!-- begin-user-doc -->
+ * The default value of the '{@link #getName() <em>Name</em>}' attribute. <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ *
* @see #getName()
* @generated
* @ordered
@@ -43,9 +53,9 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
protected static final String NAME_EDEFAULT = null;
/**
- * The cached value of the '{@link #getName() <em>Name</em>}' attribute.
- * <!-- begin-user-doc -->
+ * The cached value of the '{@link #getName() <em>Name</em>}' attribute. <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ *
* @see #getName()
* @generated
* @ordered
@@ -53,9 +63,9 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
protected String name = NAME_EDEFAULT;
/**
- * The default value of the '{@link #getSequenceName() <em>Sequence Name</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * The default value of the '{@link #getSequenceName() <em>Sequence Name</em>}' attribute. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
* @see #getSequenceName()
* @generated
* @ordered
@@ -63,9 +73,9 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
protected static final String SEQUENCE_NAME_EDEFAULT = null;
/**
- * The cached value of the '{@link #getSequenceName() <em>Sequence Name</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * The cached value of the '{@link #getSequenceName() <em>Sequence Name</em>}' attribute. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
* @see #getSequenceName()
* @generated
* @ordered
@@ -73,9 +83,9 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
protected String sequenceName = SEQUENCE_NAME_EDEFAULT;
/**
- * The default value of the '{@link #getInitialValue() <em>Initial Value</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * The default value of the '{@link #getInitialValue() <em>Initial Value</em>}' attribute. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
* @see #getInitialValue()
* @generated
* @ordered
@@ -83,9 +93,9 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
protected static final int INITIAL_VALUE_EDEFAULT = 1;
/**
- * The cached value of the '{@link #getInitialValue() <em>Initial Value</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * The cached value of the '{@link #getInitialValue() <em>Initial Value</em>}' attribute. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
* @see #getInitialValue()
* @generated
* @ordered
@@ -93,9 +103,9 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
protected int initialValue = INITIAL_VALUE_EDEFAULT;
/**
- * The default value of the '{@link #getIncrementSize() <em>Increment Size</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * The default value of the '{@link #getIncrementSize() <em>Increment Size</em>}' attribute. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
* @see #getIncrementSize()
* @generated
* @ordered
@@ -103,9 +113,9 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
protected static final int INCREMENT_SIZE_EDEFAULT = 50;
/**
- * The cached value of the '{@link #getIncrementSize() <em>Increment Size</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * The cached value of the '{@link #getIncrementSize() <em>Increment Size</em>}' attribute. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
* @see #getIncrementSize()
* @generated
* @ordered
@@ -113,9 +123,9 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
protected int incrementSize = INCREMENT_SIZE_EDEFAULT;
/**
- * The default value of the '{@link #getOptimizer() <em>Optimizer</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * The default value of the '{@link #getOptimizer() <em>Optimizer</em>}' attribute. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
* @see #getOptimizer()
* @generated
* @ordered
@@ -123,9 +133,9 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
protected static final OptimizerType OPTIMIZER_EDEFAULT = OptimizerType.DEFAULT;
/**
- * The cached value of the '{@link #getOptimizer() <em>Optimizer</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * The cached value of the '{@link #getOptimizer() <em>Optimizer</em>}' attribute. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
* @see #getOptimizer()
* @generated
* @ordered
@@ -134,8 +144,8 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
/**
* The default value of the '{@link #getOptimizerClass() <em>Optimizer Class</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @see #getOptimizerClass()
* @generated
* @ordered
@@ -143,9 +153,9 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
protected static final String OPTIMIZER_CLASS_EDEFAULT = null;
/**
- * The cached value of the '{@link #getOptimizerClass() <em>Optimizer Class</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * The cached value of the '{@link #getOptimizerClass() <em>Optimizer Class</em>}' attribute. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
* @see #getOptimizerClass()
* @generated
* @ordered
@@ -153,8 +163,8 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
protected String optimizerClass = OPTIMIZER_CLASS_EDEFAULT;
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected SequenceStyleGeneratorImpl() {
@@ -162,8 +172,8 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -172,8 +182,8 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public String getName() {
@@ -181,20 +191,21 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public void setName(String newName) {
String oldName = name;
name = newName;
if (eNotificationRequired())
- eNotify(new ENotificationImpl(this, Notification.SET, PannotationPackage.SEQUENCE_STYLE_GENERATOR__NAME, oldName, name));
+ eNotify(new ENotificationImpl(this, Notification.SET,
+ PannotationPackage.SEQUENCE_STYLE_GENERATOR__NAME, oldName, name));
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public String getSequenceName() {
@@ -202,20 +213,21 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public void setSequenceName(String newSequenceName) {
String oldSequenceName = sequenceName;
sequenceName = newSequenceName;
if (eNotificationRequired())
- eNotify(new ENotificationImpl(this, Notification.SET, PannotationPackage.SEQUENCE_STYLE_GENERATOR__SEQUENCE_NAME, oldSequenceName, sequenceName));
+ eNotify(new ENotificationImpl(this, Notification.SET,
+ PannotationPackage.SEQUENCE_STYLE_GENERATOR__SEQUENCE_NAME, oldSequenceName, sequenceName));
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public int getInitialValue() {
@@ -223,20 +235,21 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public void setInitialValue(int newInitialValue) {
int oldInitialValue = initialValue;
initialValue = newInitialValue;
if (eNotificationRequired())
- eNotify(new ENotificationImpl(this, Notification.SET, PannotationPackage.SEQUENCE_STYLE_GENERATOR__INITIAL_VALUE, oldInitialValue, initialValue));
+ eNotify(new ENotificationImpl(this, Notification.SET,
+ PannotationPackage.SEQUENCE_STYLE_GENERATOR__INITIAL_VALUE, oldInitialValue, initialValue));
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public int getIncrementSize() {
@@ -244,20 +257,22 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public void setIncrementSize(int newIncrementSize) {
int oldIncrementSize = incrementSize;
incrementSize = newIncrementSize;
if (eNotificationRequired())
- eNotify(new ENotificationImpl(this, Notification.SET, PannotationPackage.SEQUENCE_STYLE_GENERATOR__INCREMENT_SIZE, oldIncrementSize, incrementSize));
+ eNotify(new ENotificationImpl(this, Notification.SET,
+ PannotationPackage.SEQUENCE_STYLE_GENERATOR__INCREMENT_SIZE, oldIncrementSize,
+ incrementSize));
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public OptimizerType getOptimizer() {
@@ -265,20 +280,21 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public void setOptimizer(OptimizerType newOptimizer) {
OptimizerType oldOptimizer = optimizer;
optimizer = newOptimizer == null ? OPTIMIZER_EDEFAULT : newOptimizer;
if (eNotificationRequired())
- eNotify(new ENotificationImpl(this, Notification.SET, PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER, oldOptimizer, optimizer));
+ eNotify(new ENotificationImpl(this, Notification.SET,
+ PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER, oldOptimizer, optimizer));
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public String getOptimizerClass() {
@@ -286,133 +302,138 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public void setOptimizerClass(String newOptimizerClass) {
String oldOptimizerClass = optimizerClass;
optimizerClass = newOptimizerClass;
if (eNotificationRequired())
- eNotify(new ENotificationImpl(this, Notification.SET, PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER_CLASS, oldOptimizerClass, optimizerClass));
+ eNotify(new ENotificationImpl(this, Notification.SET,
+ PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER_CLASS, oldOptimizerClass,
+ optimizerClass));
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
public Object eGet(int featureID, boolean resolve, boolean coreType) {
switch (featureID) {
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__NAME:
- return getName();
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__SEQUENCE_NAME:
- return getSequenceName();
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__INITIAL_VALUE:
- return getInitialValue();
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__INCREMENT_SIZE:
- return getIncrementSize();
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER:
- return getOptimizer();
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER_CLASS:
- return getOptimizerClass();
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__NAME:
+ return getName();
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__SEQUENCE_NAME:
+ return getSequenceName();
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__INITIAL_VALUE:
+ return getInitialValue();
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__INCREMENT_SIZE:
+ return getIncrementSize();
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER:
+ return getOptimizer();
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER_CLASS:
+ return getOptimizerClass();
}
return super.eGet(featureID, resolve, coreType);
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
public void eSet(int featureID, Object newValue) {
switch (featureID) {
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__NAME:
- setName((String)newValue);
- return;
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__SEQUENCE_NAME:
- setSequenceName((String)newValue);
- return;
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__INITIAL_VALUE:
- setInitialValue((Integer)newValue);
- return;
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__INCREMENT_SIZE:
- setIncrementSize((Integer)newValue);
- return;
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER:
- setOptimizer((OptimizerType)newValue);
- return;
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER_CLASS:
- setOptimizerClass((String)newValue);
- return;
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__NAME:
+ setName((String) newValue);
+ return;
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__SEQUENCE_NAME:
+ setSequenceName((String) newValue);
+ return;
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__INITIAL_VALUE:
+ setInitialValue((Integer) newValue);
+ return;
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__INCREMENT_SIZE:
+ setIncrementSize((Integer) newValue);
+ return;
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER:
+ setOptimizer((OptimizerType) newValue);
+ return;
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER_CLASS:
+ setOptimizerClass((String) newValue);
+ return;
}
super.eSet(featureID, newValue);
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
public void eUnset(int featureID) {
switch (featureID) {
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__NAME:
- setName(NAME_EDEFAULT);
- return;
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__SEQUENCE_NAME:
- setSequenceName(SEQUENCE_NAME_EDEFAULT);
- return;
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__INITIAL_VALUE:
- setInitialValue(INITIAL_VALUE_EDEFAULT);
- return;
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__INCREMENT_SIZE:
- setIncrementSize(INCREMENT_SIZE_EDEFAULT);
- return;
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER:
- setOptimizer(OPTIMIZER_EDEFAULT);
- return;
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER_CLASS:
- setOptimizerClass(OPTIMIZER_CLASS_EDEFAULT);
- return;
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__NAME:
+ setName(NAME_EDEFAULT);
+ return;
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__SEQUENCE_NAME:
+ setSequenceName(SEQUENCE_NAME_EDEFAULT);
+ return;
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__INITIAL_VALUE:
+ setInitialValue(INITIAL_VALUE_EDEFAULT);
+ return;
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__INCREMENT_SIZE:
+ setIncrementSize(INCREMENT_SIZE_EDEFAULT);
+ return;
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER:
+ setOptimizer(OPTIMIZER_EDEFAULT);
+ return;
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER_CLASS:
+ setOptimizerClass(OPTIMIZER_CLASS_EDEFAULT);
+ return;
}
super.eUnset(featureID);
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
public boolean eIsSet(int featureID) {
switch (featureID) {
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__NAME:
- return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name);
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__SEQUENCE_NAME:
- return SEQUENCE_NAME_EDEFAULT == null ? sequenceName != null : !SEQUENCE_NAME_EDEFAULT.equals(sequenceName);
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__INITIAL_VALUE:
- return initialValue != INITIAL_VALUE_EDEFAULT;
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__INCREMENT_SIZE:
- return incrementSize != INCREMENT_SIZE_EDEFAULT;
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER:
- return optimizer != OPTIMIZER_EDEFAULT;
- case PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER_CLASS:
- return OPTIMIZER_CLASS_EDEFAULT == null ? optimizerClass != null : !OPTIMIZER_CLASS_EDEFAULT.equals(optimizerClass);
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__NAME:
+ return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name);
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__SEQUENCE_NAME:
+ return SEQUENCE_NAME_EDEFAULT == null ? sequenceName != null : !SEQUENCE_NAME_EDEFAULT
+ .equals(sequenceName);
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__INITIAL_VALUE:
+ return initialValue != INITIAL_VALUE_EDEFAULT;
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__INCREMENT_SIZE:
+ return incrementSize != INCREMENT_SIZE_EDEFAULT;
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER:
+ return optimizer != OPTIMIZER_EDEFAULT;
+ case PannotationPackage.SEQUENCE_STYLE_GENERATOR__OPTIMIZER_CLASS:
+ return OPTIMIZER_CLASS_EDEFAULT == null ? optimizerClass != null : !OPTIMIZER_CLASS_EDEFAULT
+ .equals(optimizerClass);
}
return super.eIsSet(featureID);
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
public String toString() {
- if (eIsProxy()) return super.toString();
+ if (eIsProxy())
+ return super.toString();
StringBuffer result = new StringBuffer(super.toString());
result.append(" (name: ");
@@ -431,4 +452,4 @@ public class SequenceStyleGeneratorImpl extends PAnnotationImpl implements Seque
return result.toString();
}
-} //SequenceStyleGeneratorImpl
+} // SequenceStyleGeneratorImpl

Back to the top