|
||||||||||
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
org.graphdrawing.graphml.impl.KeyTypeImpl
public class KeyTypeImpl
An implementation of the model object 'Key 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 static String |
ATTR_NAME_EDEFAULT
The default value of the ' Attr Name ' attribute. |
protected static KeyTypeType |
ATTR_TYPE_EDEFAULT
The default value of the ' Attr Type ' attribute. |
protected String |
attrName
The cached value of the ' Attr Name ' attribute. |
protected KeyTypeType |
attrType
The cached value of the ' Attr Type ' attribute. |
protected boolean |
attrTypeESet
This is true if the Attr Type attribute has been set. |
protected DefaultType |
default_
The cached value of the ' Default ' containment reference. |
protected String |
desc
The cached value of the ' Desc ' attribute. |
protected static String |
DESC_EDEFAULT
The default value of the ' Desc ' attribute. |
protected boolean |
dynamic
The cached value of the ' Dynamic ' attribute. |
protected static boolean |
DYNAMIC_EDEFAULT
The default value of the ' Dynamic ' attribute. |
protected boolean |
dynamicESet
This is true if the Dynamic attribute has been set. |
protected KeyForType |
for_
The cached value of the ' For ' attribute. |
protected static KeyForType |
FOR_EDEFAULT
The default value of the ' For ' attribute. |
protected boolean |
forESet
This is true if the For attribute has been set. |
protected String |
id
The cached value of the ' Id ' attribute. |
protected static String |
ID_EDEFAULT
The default value of the ' Id ' attribute. |
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 |
KeyTypeImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetDefault(DefaultType newDefault,
NotificationChain msgs)
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
String |
getAttrName()
|
KeyTypeType |
getAttrType()
|
DefaultType |
getDefault()
|
String |
getDesc()
|
KeyForType |
getFor()
|
String |
getId()
|
boolean |
isDynamic()
|
boolean |
isSetAttrType()
|
boolean |
isSetDynamic()
|
boolean |
isSetFor()
|
void |
setAttrName(String newAttrName)
|
void |
setAttrType(KeyTypeType newAttrType)
|
void |
setDefault(DefaultType newDefault)
|
void |
setDesc(String newDesc)
|
void |
setDynamic(boolean newDynamic)
|
void |
setFor(KeyForType newFor)
|
void |
setId(String newId)
|
String |
toString()
|
void |
unsetAttrType()
|
void |
unsetDynamic()
|
void |
unsetFor()
|
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 String DESC_EDEFAULT
Desc
' attribute.
getDesc()
protected String desc
Desc
' attribute.
getDesc()
protected DefaultType default_
Default
' containment reference.
getDefault()
protected static final String ATTR_NAME_EDEFAULT
Attr Name
' attribute.
getAttrName()
protected String attrName
Attr Name
' attribute.
getAttrName()
protected static final KeyTypeType ATTR_TYPE_EDEFAULT
Attr Type
' attribute.
getAttrType()
protected KeyTypeType attrType
Attr Type
' attribute.
getAttrType()
protected boolean attrTypeESet
protected static final boolean DYNAMIC_EDEFAULT
Dynamic
' attribute.
isDynamic()
,
Constant Field Valuesprotected boolean dynamic
Dynamic
' attribute.
isDynamic()
protected boolean dynamicESet
protected static final KeyForType FOR_EDEFAULT
For
' attribute.
getFor()
protected KeyForType for_
For
' attribute.
getFor()
protected boolean forESet
protected static final String ID_EDEFAULT
Id
' attribute.
getId()
protected String id
Id
' attribute.
getId()
Constructor Detail |
---|
protected KeyTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public String getDesc()
getDesc
in interface KeyType
KeyType.setDesc(String)
,
GraphMLPackage.getKeyType_Desc()
public void setDesc(String newDesc)
setDesc
in interface KeyType
newDesc
- the new value of the 'Desc' attribute.KeyType.getDesc()
public DefaultType getDefault()
getDefault
in interface KeyType
KeyType.setDefault(DefaultType)
,
GraphMLPackage.getKeyType_Default()
public NotificationChain basicSetDefault(DefaultType newDefault, NotificationChain msgs)
public void setDefault(DefaultType newDefault)
setDefault
in interface KeyType
newDefault
- the new value of the 'Default' containment reference.KeyType.getDefault()
public String getAttrName()
getAttrName
in interface KeyType
KeyType.setAttrName(String)
,
GraphMLPackage.getKeyType_AttrName()
public void setAttrName(String newAttrName)
setAttrName
in interface KeyType
newAttrName
- the new value of the 'Attr Name' attribute.KeyType.getAttrName()
public KeyTypeType getAttrType()
getAttrType
in interface KeyType
KeyTypeType
,
KeyType.isSetAttrType()
,
KeyType.unsetAttrType()
,
KeyType.setAttrType(KeyTypeType)
,
GraphMLPackage.getKeyType_AttrType()
public void setAttrType(KeyTypeType newAttrType)
setAttrType
in interface KeyType
newAttrType
- the new value of the 'Attr Type' attribute.KeyTypeType
,
KeyType.isSetAttrType()
,
KeyType.unsetAttrType()
,
KeyType.getAttrType()
public void unsetAttrType()
unsetAttrType
in interface KeyType
KeyType.isSetAttrType()
,
KeyType.getAttrType()
,
KeyType.setAttrType(KeyTypeType)
public boolean isSetAttrType()
isSetAttrType
in interface KeyType
KeyType.unsetAttrType()
,
KeyType.getAttrType()
,
KeyType.setAttrType(KeyTypeType)
public boolean isDynamic()
isDynamic
in interface KeyType
KeyType.isSetDynamic()
,
KeyType.unsetDynamic()
,
KeyType.setDynamic(boolean)
,
GraphMLPackage.getKeyType_Dynamic()
public void setDynamic(boolean newDynamic)
setDynamic
in interface KeyType
newDynamic
- the new value of the 'Dynamic' attribute.KeyType.isSetDynamic()
,
KeyType.unsetDynamic()
,
KeyType.isDynamic()
public void unsetDynamic()
unsetDynamic
in interface KeyType
KeyType.isSetDynamic()
,
KeyType.isDynamic()
,
KeyType.setDynamic(boolean)
public boolean isSetDynamic()
isSetDynamic
in interface KeyType
KeyType.unsetDynamic()
,
KeyType.isDynamic()
,
KeyType.setDynamic(boolean)
public KeyForType getFor()
getFor
in interface KeyType
KeyForType
,
KeyType.isSetFor()
,
KeyType.unsetFor()
,
KeyType.setFor(KeyForType)
,
GraphMLPackage.getKeyType_For()
public void setFor(KeyForType newFor)
setFor
in interface KeyType
newFor
- the new value of the 'For' attribute.KeyForType
,
KeyType.isSetFor()
,
KeyType.unsetFor()
,
KeyType.getFor()
public void unsetFor()
unsetFor
in interface KeyType
KeyType.isSetFor()
,
KeyType.getFor()
,
KeyType.setFor(KeyForType)
public boolean isSetFor()
isSetFor
in interface KeyType
KeyType.unsetFor()
,
KeyType.getFor()
,
KeyType.setFor(KeyForType)
public String getId()
getId
in interface KeyType
KeyType.setId(String)
,
GraphMLPackage.getKeyType_Id()
public void setId(String newId)
setId
in interface KeyType
newId
- the new value of the 'Id' attribute.KeyType.getId()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class BasicEObjectImpl
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 |