net.ogdf.ogml.impl
Class TextTypeImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by net.ogdf.ogml.impl.TextTypeImpl
All Implemented Interfaces:
TextType, Notifier, EObject, InternalEObject

public class TextTypeImpl
extends EObjectImpl
implements TextType

An implementation of the model object 'Text Type'.

The following features are implemented:

Rating red
Generated:
This code was automatically generated.

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore
 
Field Summary
protected  AlignmentType alignment
          The cached value of the 'Alignment' attribute.
protected static AlignmentType ALIGNMENT_EDEFAULT
          The default value of the 'Alignment' attribute.
protected  boolean alignmentESet
          This is true if the Alignment attribute has been set.
protected  DecorationType decoration
          The cached value of the 'Decoration' attribute.
protected static DecorationType DECORATION_EDEFAULT
          The default value of the 'Decoration' attribute.
protected  boolean decorationESet
          This is true if the Decoration attribute has been set.
protected  BigInteger rotation
          The cached value of the 'Rotation' attribute.
protected static BigInteger ROTATION_EDEFAULT
          The default value of the 'Rotation' attribute.
protected  TransformType transform
          The cached value of the 'Transform' attribute.
protected static TransformType TRANSFORM_EDEFAULT
          The default value of the 'Transform' attribute.
protected  boolean transformESet
          This is true if the Transform attribute has been set.
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected TextTypeImpl()
           
 
Method Summary
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 AlignmentType getAlignment()
           
 DecorationType getDecoration()
           
 BigInteger getRotation()
           
 TransformType getTransform()
           
 boolean isSetAlignment()
           
 boolean isSetDecoration()
           
 boolean isSetTransform()
           
 void setAlignment(AlignmentType newAlignment)
           
 void setDecoration(DecorationType newDecoration)
           
 void setRotation(BigInteger newRotation)
           
 void setTransform(TransformType newTransform)
           
 String toString()
           
 void unsetAlignment()
           
 void unsetDecoration()
           
 void unsetTransform()
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

ALIGNMENT_EDEFAULT

protected static final AlignmentType ALIGNMENT_EDEFAULT
The default value of the 'Alignment' attribute.

See Also:
getAlignment()
Generated:
This code was automatically generated.
Ordered

alignment

protected AlignmentType alignment
The cached value of the 'Alignment' attribute.

See Also:
getAlignment()
Generated:
This code was automatically generated.
Ordered

alignmentESet

protected boolean alignmentESet
This is true if the Alignment attribute has been set.

Generated:
This code was automatically generated.
Ordered

DECORATION_EDEFAULT

protected static final DecorationType DECORATION_EDEFAULT
The default value of the 'Decoration' attribute.

See Also:
getDecoration()
Generated:
This code was automatically generated.
Ordered

decoration

protected DecorationType decoration
The cached value of the 'Decoration' attribute.

See Also:
getDecoration()
Generated:
This code was automatically generated.
Ordered

decorationESet

protected boolean decorationESet
This is true if the Decoration attribute has been set.

Generated:
This code was automatically generated.
Ordered

ROTATION_EDEFAULT

protected static final BigInteger ROTATION_EDEFAULT
The default value of the 'Rotation' attribute.

See Also:
getRotation()
Generated:
This code was automatically generated.
Ordered

rotation

protected BigInteger rotation
The cached value of the 'Rotation' attribute.

See Also:
getRotation()
Generated:
This code was automatically generated.
Ordered

TRANSFORM_EDEFAULT

protected static final TransformType TRANSFORM_EDEFAULT
The default value of the 'Transform' attribute.

See Also:
getTransform()
Generated:
This code was automatically generated.
Ordered

transform

protected TransformType transform
The cached value of the 'Transform' attribute.

See Also:
getTransform()
Generated:
This code was automatically generated.
Ordered

transformESet

protected boolean transformESet
This is true if the Transform attribute has been set.

Generated:
This code was automatically generated.
Ordered
Constructor Detail

TextTypeImpl

protected TextTypeImpl()

Generated:
This code was automatically generated.
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class EObjectImpl
Generated:
This code was automatically generated.

getAlignment

public AlignmentType getAlignment()

Specified by:
getAlignment in interface TextType
Returns:
the value of the 'Alignment' attribute.
See Also:
AlignmentType, TextType.isSetAlignment(), TextType.unsetAlignment(), TextType.setAlignment(AlignmentType), OgmlPackage.getTextType_Alignment()
Generated:
This code was automatically generated.

setAlignment

public void setAlignment(AlignmentType newAlignment)

Specified by:
setAlignment in interface TextType
Parameters:
newAlignment - the new value of the 'Alignment' attribute.
See Also:
AlignmentType, TextType.isSetAlignment(), TextType.unsetAlignment(), TextType.getAlignment()
Generated:
This code was automatically generated.

unsetAlignment

public void unsetAlignment()

Specified by:
unsetAlignment in interface TextType
See Also:
TextType.isSetAlignment(), TextType.getAlignment(), TextType.setAlignment(AlignmentType)
Generated:
This code was automatically generated.

isSetAlignment

public boolean isSetAlignment()

Specified by:
isSetAlignment in interface TextType
Returns:
whether the value of the 'Alignment' attribute is set.
See Also:
TextType.unsetAlignment(), TextType.getAlignment(), TextType.setAlignment(AlignmentType)
Generated:
This code was automatically generated.

getDecoration

public DecorationType getDecoration()

Specified by:
getDecoration in interface TextType
Returns:
the value of the 'Decoration' attribute.
See Also:
DecorationType, TextType.isSetDecoration(), TextType.unsetDecoration(), TextType.setDecoration(DecorationType), OgmlPackage.getTextType_Decoration()
Generated:
This code was automatically generated.

setDecoration

public void setDecoration(DecorationType newDecoration)

Specified by:
setDecoration in interface TextType
Parameters:
newDecoration - the new value of the 'Decoration' attribute.
See Also:
DecorationType, TextType.isSetDecoration(), TextType.unsetDecoration(), TextType.getDecoration()
Generated:
This code was automatically generated.

unsetDecoration

public void unsetDecoration()

Specified by:
unsetDecoration in interface TextType
See Also:
TextType.isSetDecoration(), TextType.getDecoration(), TextType.setDecoration(DecorationType)
Generated:
This code was automatically generated.

isSetDecoration

public boolean isSetDecoration()

Specified by:
isSetDecoration in interface TextType
Returns:
whether the value of the 'Decoration' attribute is set.
See Also:
TextType.unsetDecoration(), TextType.getDecoration(), TextType.setDecoration(DecorationType)
Generated:
This code was automatically generated.

getRotation

public BigInteger getRotation()

Specified by:
getRotation in interface TextType
Returns:
the value of the 'Rotation' attribute.
See Also:
TextType.setRotation(BigInteger), OgmlPackage.getTextType_Rotation()
Generated:
This code was automatically generated.

setRotation

public void setRotation(BigInteger newRotation)

Specified by:
setRotation in interface TextType
Parameters:
newRotation - the new value of the 'Rotation' attribute.
See Also:
TextType.getRotation()
Generated:
This code was automatically generated.

getTransform

public TransformType getTransform()

Specified by:
getTransform in interface TextType
Returns:
the value of the 'Transform' attribute.
See Also:
TransformType, TextType.isSetTransform(), TextType.unsetTransform(), TextType.setTransform(TransformType), OgmlPackage.getTextType_Transform()
Generated:
This code was automatically generated.

setTransform

public void setTransform(TransformType newTransform)

Specified by:
setTransform in interface TextType
Parameters:
newTransform - the new value of the 'Transform' attribute.
See Also:
TransformType, TextType.isSetTransform(), TextType.unsetTransform(), TextType.getTransform()
Generated:
This code was automatically generated.

unsetTransform

public void unsetTransform()

Specified by:
unsetTransform in interface TextType
See Also:
TextType.isSetTransform(), TextType.getTransform(), TextType.setTransform(TransformType)
Generated:
This code was automatically generated.

isSetTransform

public boolean isSetTransform()

Specified by:
isSetTransform in interface TextType
Returns:
whether the value of the 'Transform' attribute is set.
See Also:
TextType.unsetTransform(), TextType.getTransform(), TextType.setTransform(TransformType)
Generated:
This code was automatically generated.

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Specified by:
eGet in interface InternalEObject
Overrides:
eGet in class BasicEObjectImpl
Generated:
This code was automatically generated.

eSet

public void eSet(int featureID,
                 Object newValue)

Specified by:
eSet in interface InternalEObject
Overrides:
eSet in class BasicEObjectImpl
Generated:
This code was automatically generated.

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface InternalEObject
Overrides:
eUnset in class BasicEObjectImpl
Generated:
This code was automatically generated.

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface InternalEObject
Overrides:
eIsSet in class BasicEObjectImpl
Generated:
This code was automatically generated.

toString

public String toString()

Overrides:
toString in class BasicEObjectImpl
Generated:
This code was automatically generated.