Interface Extended
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ExtendedImpl
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList
getArc()
Returns the value of the 'Arc' containment reference list.EList
Returns the value of the 'Locator' containment reference list.EList
Returns the value of the 'Resource' containment reference list.getRole()
Returns the value of the 'Role' attribute.EList
getTitle()
Returns the value of the 'Title' containment reference list.Returns the value of the 'Title1' attribute.getType()
Returns the value of the 'Type' attribute.boolean
Returns whether the value of the 'Type
' attribute is set.void
Sets the value of the 'Role
' attribute.void
setTitleAttribute
(String value) Sets the value of the 'Title Attribute
' attribute.void
Sets the value of the 'Type
' attribute.void
Unsets the value of the 'Type
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTitle
EList getTitle()Returns the value of the 'Title' containment reference list. The list contents are of typeTitleEltType
.If the meaning of the 'Title' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Title' containment reference list.
- See Also:
-
getResource
EList getResource()Returns the value of the 'Resource' containment reference list. The list contents are of typeResourceType
.If the meaning of the 'Resource' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resource' containment reference list.
- See Also:
-
getLocator
EList getLocator()Returns the value of the 'Locator' containment reference list. The list contents are of typeLocatorType
.If the meaning of the 'Locator' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Locator' containment reference list.
- See Also:
-
getArc
EList getArc()Returns the value of the 'Arc' containment reference list. The list contents are of typeArcType
.If the meaning of the 'Arc' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Arc' containment reference list.
- See Also:
-
getRole
String getRole()Returns the value of the 'Role' attribute.If the meaning of the 'Role' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Role' attribute.
- See Also:
-
setRole
Sets the value of the 'Role
' attribute.- Parameters:
value
- the new value of the 'Role' attribute.- See Also:
-
getTitleAttribute
String getTitleAttribute()Returns the value of the 'Title1' attribute.If the meaning of the 'Title1' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Title1' attribute.
- See Also:
-
#setTitle1(String)
org.w3.xlink.XlinkPackage#getExtended_Title1()
-
setTitleAttribute
Sets the value of the 'Title Attribute
' attribute.- Parameters:
value
- the new value of the 'Title Attribute' attribute.- See Also:
-
getType
TypeType getType()Returns the value of the 'Type' attribute. The default value is"extended"
. The literals are from the enumerationTypeType
.If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type' attribute.
- See Also:
-
setType
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
-
unsetType
void unsetType()Unsets the value of the 'Type
' attribute.- See Also:
-
isSetType
boolean isSetType()Returns whether the value of the 'Type
' attribute is set.- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
-