|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
net.ogdf.ogml.impl.TextTypeImpl
public class TextTypeImpl
An implementation of the model object 'Text Type'.
The following features are implemented:
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.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 |
---|
protected static final AlignmentType ALIGNMENT_EDEFAULT
Alignment
' attribute.
getAlignment()
protected AlignmentType alignment
Alignment
' attribute.
getAlignment()
protected boolean alignmentESet
protected static final DecorationType DECORATION_EDEFAULT
Decoration
' attribute.
getDecoration()
protected DecorationType decoration
Decoration
' attribute.
getDecoration()
protected boolean decorationESet
protected static final BigInteger ROTATION_EDEFAULT
Rotation
' attribute.
getRotation()
protected BigInteger rotation
Rotation
' attribute.
getRotation()
protected static final TransformType TRANSFORM_EDEFAULT
Transform
' attribute.
getTransform()
protected TransformType transform
Transform
' attribute.
getTransform()
protected boolean transformESet
Constructor Detail |
---|
protected TextTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public AlignmentType getAlignment()
getAlignment
in interface TextType
AlignmentType
,
TextType.isSetAlignment()
,
TextType.unsetAlignment()
,
TextType.setAlignment(AlignmentType)
,
OgmlPackage.getTextType_Alignment()
public void setAlignment(AlignmentType newAlignment)
setAlignment
in interface TextType
newAlignment
- the new value of the 'Alignment' attribute.AlignmentType
,
TextType.isSetAlignment()
,
TextType.unsetAlignment()
,
TextType.getAlignment()
public void unsetAlignment()
unsetAlignment
in interface TextType
TextType.isSetAlignment()
,
TextType.getAlignment()
,
TextType.setAlignment(AlignmentType)
public boolean isSetAlignment()
isSetAlignment
in interface TextType
TextType.unsetAlignment()
,
TextType.getAlignment()
,
TextType.setAlignment(AlignmentType)
public DecorationType getDecoration()
getDecoration
in interface TextType
DecorationType
,
TextType.isSetDecoration()
,
TextType.unsetDecoration()
,
TextType.setDecoration(DecorationType)
,
OgmlPackage.getTextType_Decoration()
public void setDecoration(DecorationType newDecoration)
setDecoration
in interface TextType
newDecoration
- the new value of the 'Decoration' attribute.DecorationType
,
TextType.isSetDecoration()
,
TextType.unsetDecoration()
,
TextType.getDecoration()
public void unsetDecoration()
unsetDecoration
in interface TextType
TextType.isSetDecoration()
,
TextType.getDecoration()
,
TextType.setDecoration(DecorationType)
public boolean isSetDecoration()
isSetDecoration
in interface TextType
TextType.unsetDecoration()
,
TextType.getDecoration()
,
TextType.setDecoration(DecorationType)
public BigInteger getRotation()
getRotation
in interface TextType
TextType.setRotation(BigInteger)
,
OgmlPackage.getTextType_Rotation()
public void setRotation(BigInteger newRotation)
setRotation
in interface TextType
newRotation
- the new value of the 'Rotation' attribute.TextType.getRotation()
public TransformType getTransform()
getTransform
in interface TextType
TransformType
,
TextType.isSetTransform()
,
TextType.unsetTransform()
,
TextType.setTransform(TransformType)
,
OgmlPackage.getTextType_Transform()
public void setTransform(TransformType newTransform)
setTransform
in interface TextType
newTransform
- the new value of the 'Transform' attribute.TransformType
,
TextType.isSetTransform()
,
TextType.unsetTransform()
,
TextType.getTransform()
public void unsetTransform()
unsetTransform
in interface TextType
TextType.isSetTransform()
,
TextType.getTransform()
,
TextType.setTransform(TransformType)
public boolean isSetTransform()
isSetTransform
in interface TextType
TextType.unsetTransform()
,
TextType.getTransform()
,
TextType.setTransform(TransformType)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
public String toString()
toString
in class BasicEObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |