Package org.w3.xlink.impl
Class ArcTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- EObjectImpl
-
- ArcTypeImpl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
-
-
Field Summary
Fields Modifier and Type Field Description protected ActuateType
actuate
The cached value of the 'Actuate
' attribute.protected static ActuateType
ACTUATE_EDEFAULT
The default value of the 'Actuate
' attribute.protected boolean
actuateESet
This is true if the Actuate attribute has been set.protected String
arcrole
The cached value of the 'Arcrole
' attribute.protected static String
ARCROLE_EDEFAULT
The default value of the 'Arcrole
' attribute.protected String
from
The cached value of the 'From
' attribute.protected static String
FROM_EDEFAULT
The default value of the 'From
' attribute.protected ShowType
show
The cached value of the 'Show
' attribute.protected static ShowType
SHOW_EDEFAULT
The default value of the 'Show
' attribute.protected boolean
showESet
This is true if the Show attribute has been set.protected String
title1
The cached value of the 'Title1
' attribute.protected static String
TITLE1_EDEFAULT
The default value of the 'Title1
' attribute.protected FeatureMap
titleGroup
The cached value of the 'Title Group
' attribute list.protected String
to
The cached value of the 'To
' attribute.protected static String
TO_EDEFAULT
The default value of the 'To
' attribute.protected TypeType
type
The cached value of the 'Type
' attribute.protected static TypeType
TYPE_EDEFAULT
The default value of the 'Type
' attribute.protected boolean
typeESet
This is true if the Type attribute has been set.-
Fields inherited from class EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ArcTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
ActuateType
getActuate()
String
getArcrole()
String
getFrom()
ShowType
getShow()
EList
getTitle()
String
getTitle1()
FeatureMap
getTitleGroup()
String
getTo()
TypeType
getType()
boolean
isSetActuate()
boolean
isSetShow()
boolean
isSetType()
void
setActuate(ActuateType newActuate)
void
setArcrole(String newArcrole)
void
setFrom(String newFrom)
void
setShow(ShowType newShow)
void
setTitle1(String newTitle1)
void
setTo(String newTo)
void
setType(TypeType newType)
String
toString()
void
unsetActuate()
void
unsetShow()
void
unsetType()
-
Methods inherited from class EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class 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, 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 BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
titleGroup
protected FeatureMap titleGroup
The cached value of the 'Title Group
' attribute list.- See Also:
getTitleGroup()
-
ACTUATE_EDEFAULT
protected static final ActuateType ACTUATE_EDEFAULT
The default value of the 'Actuate
' attribute.- See Also:
getActuate()
-
actuate
protected ActuateType actuate
The cached value of the 'Actuate
' attribute.- See Also:
getActuate()
-
actuateESet
protected boolean actuateESet
This is true if the Actuate attribute has been set.
-
ARCROLE_EDEFAULT
protected static final String ARCROLE_EDEFAULT
The default value of the 'Arcrole
' attribute.- See Also:
getArcrole()
-
arcrole
protected String arcrole
The cached value of the 'Arcrole
' attribute.- See Also:
getArcrole()
-
FROM_EDEFAULT
protected static final String FROM_EDEFAULT
The default value of the 'From
' attribute.- See Also:
getFrom()
-
SHOW_EDEFAULT
protected static final ShowType SHOW_EDEFAULT
The default value of the 'Show
' attribute.- See Also:
getShow()
-
showESet
protected boolean showESet
This is true if the Show attribute has been set.
-
TITLE1_EDEFAULT
protected static final String TITLE1_EDEFAULT
The default value of the 'Title1
' attribute.- See Also:
getTitle1()
-
title1
protected String title1
The cached value of the 'Title1
' attribute.- See Also:
getTitle1()
-
TO_EDEFAULT
protected static final String TO_EDEFAULT
The default value of the 'To
' attribute.- See Also:
getTo()
-
TYPE_EDEFAULT
protected static final TypeType TYPE_EDEFAULT
The default value of the 'Type
' attribute.- See Also:
getType()
-
typeESet
protected boolean typeESet
This is true if the Type attribute has been set.
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classEObjectImpl
-
getTitleGroup
public FeatureMap getTitleGroup()
- Specified by:
getTitleGroup
in interfaceArcType
- Returns:
- the value of the 'Title Group' attribute list.
- See Also:
XlinkPackage.getArcType_TitleGroup()
-
getTitle
public EList getTitle()
- Specified by:
getTitle
in interfaceArcType
- Returns:
- the value of the 'Title' containment reference list.
- See Also:
XlinkPackage.getArcType_Title()
-
getActuate
public ActuateType getActuate()
- Specified by:
getActuate
in interfaceArcType
- Returns:
- the value of the 'Actuate' attribute.
- See Also:
ActuateType
,ArcType.isSetActuate()
,ArcType.unsetActuate()
,ArcType.setActuate(ActuateType)
,XlinkPackage.getArcType_Actuate()
-
setActuate
public void setActuate(ActuateType newActuate)
- Specified by:
setActuate
in interfaceArcType
- Parameters:
newActuate
- the new value of the 'Actuate' attribute.- See Also:
ActuateType
,ArcType.isSetActuate()
,ArcType.unsetActuate()
,ArcType.getActuate()
-
unsetActuate
public void unsetActuate()
- Specified by:
unsetActuate
in interfaceArcType
- See Also:
ArcType.isSetActuate()
,ArcType.getActuate()
,ArcType.setActuate(ActuateType)
-
isSetActuate
public boolean isSetActuate()
- Specified by:
isSetActuate
in interfaceArcType
- Returns:
- whether the value of the 'Actuate' attribute is set.
- See Also:
ArcType.unsetActuate()
,ArcType.getActuate()
,ArcType.setActuate(ActuateType)
-
getArcrole
public String getArcrole()
- Specified by:
getArcrole
in interfaceArcType
- Returns:
- the value of the 'Arcrole' attribute.
- See Also:
ArcType.setArcrole(String)
,XlinkPackage.getArcType_Arcrole()
-
setArcrole
public void setArcrole(String newArcrole)
- Specified by:
setArcrole
in interfaceArcType
- Parameters:
newArcrole
- the new value of the 'Arcrole' attribute.- See Also:
ArcType.getArcrole()
-
getFrom
public String getFrom()
- Specified by:
getFrom
in interfaceArcType
- Returns:
- the value of the 'From' attribute.
- See Also:
ArcType.setFrom(String)
,XlinkPackage.getArcType_From()
-
setFrom
public void setFrom(String newFrom)
- Specified by:
setFrom
in interfaceArcType
- Parameters:
newFrom
- the new value of the 'From' attribute.- See Also:
ArcType.getFrom()
-
getShow
public ShowType getShow()
- Specified by:
getShow
in interfaceArcType
- Returns:
- the value of the 'Show' attribute.
- See Also:
ShowType
,ArcType.isSetShow()
,ArcType.unsetShow()
,ArcType.setShow(ShowType)
,XlinkPackage.getArcType_Show()
-
setShow
public void setShow(ShowType newShow)
- Specified by:
setShow
in interfaceArcType
- Parameters:
newShow
- the new value of the 'Show' attribute.- See Also:
ShowType
,ArcType.isSetShow()
,ArcType.unsetShow()
,ArcType.getShow()
-
unsetShow
public void unsetShow()
- Specified by:
unsetShow
in interfaceArcType
- See Also:
ArcType.isSetShow()
,ArcType.getShow()
,ArcType.setShow(ShowType)
-
isSetShow
public boolean isSetShow()
- Specified by:
isSetShow
in interfaceArcType
- Returns:
- whether the value of the 'Show' attribute is set.
- See Also:
ArcType.unsetShow()
,ArcType.getShow()
,ArcType.setShow(ShowType)
-
getTitle1
public String getTitle1()
- Specified by:
getTitle1
in interfaceArcType
- Returns:
- the value of the 'Title1' attribute.
- See Also:
ArcType.setTitle1(String)
,XlinkPackage.getArcType_Title1()
-
setTitle1
public void setTitle1(String newTitle1)
- Specified by:
setTitle1
in interfaceArcType
- Parameters:
newTitle1
- the new value of the 'Title1' attribute.- See Also:
ArcType.getTitle1()
-
getTo
public String getTo()
- Specified by:
getTo
in interfaceArcType
- Returns:
- the value of the 'To' attribute.
- See Also:
ArcType.setTo(String)
,XlinkPackage.getArcType_To()
-
setTo
public void setTo(String newTo)
- Specified by:
setTo
in interfaceArcType
- Parameters:
newTo
- the new value of the 'To' attribute.- See Also:
ArcType.getTo()
-
getType
public TypeType getType()
- Specified by:
getType
in interfaceArcType
- Returns:
- the value of the 'Type' attribute.
- See Also:
TypeType
,ArcType.isSetType()
,ArcType.unsetType()
,ArcType.setType(TypeType)
,XlinkPackage.getArcType_Type()
-
setType
public void setType(TypeType newType)
- Specified by:
setType
in interfaceArcType
- Parameters:
newType
- the new value of the 'Type' attribute.- See Also:
TypeType
,ArcType.isSetType()
,ArcType.unsetType()
,ArcType.getType()
-
unsetType
public void unsetType()
- Specified by:
unsetType
in interfaceArcType
- See Also:
ArcType.isSetType()
,ArcType.getType()
,ArcType.setType(TypeType)
-
isSetType
public boolean isSetType()
- Specified by:
isSetType
in interfaceArcType
- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
ArcType.unsetType()
,ArcType.getType()
,ArcType.setType(TypeType)
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
- Overrides:
eInverseRemove
in classBasicEObjectImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classBasicEObjectImpl
-
eSet
public void eSet(int featureID, Object newValue)
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classBasicEObjectImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classBasicEObjectImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classBasicEObjectImpl
-
toString
public String toString()
- Overrides:
toString
in classBasicEObjectImpl
-
-