Interface Extended
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ExtendedImpl
public interface Extended extends EObject
A representation of the model object 'Extended'. Intended for use as the type of user-declared elements to make them extended links. Note that the elements referenced in the content model are all abstract. The intention is that by simply declaring elements with these as their substitutionGroup, all the right things will happen.The following features are supported:
- See Also:
XlinkPackage.getExtended()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getArc()
Returns the value of the 'Arc' containment reference list.EList
getLocator()
Returns the value of the 'Locator' containment reference list.EList
getResource()
Returns the value of the 'Resource' containment reference list.String
getRole()
Returns the value of the 'Role' attribute.EList
getTitle()
Returns the value of the 'Title' containment reference list.String
getTitleAttribute()
Returns the value of the 'Title1' attribute.TypeType
getType()
Returns the value of the 'Type' attribute.boolean
isSetType()
Returns whether the value of the 'Type
' attribute is set.void
setRole(String value)
Sets the value of the 'Role
' attribute.void
setTitleAttribute(String value)
Sets the value of the 'Title Attribute
' attribute.void
setType(TypeType value)
Sets the value of the 'Type
' attribute.void
unsetType()
Unsets the value of the 'Type
' attribute.
-
-
-
Method Detail
-
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:
XlinkPackage.getExtended_Title()
-
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:
XlinkPackage.getExtended_Resource()
-
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:
XlinkPackage.getExtended_Locator()
-
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:
XlinkPackage.getExtended_Arc()
-
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(String)
,XlinkPackage.getExtended_Role()
-
setRole
void setRole(String value)
Sets the value of the 'Role
' attribute.- Parameters:
value
- the new value of the 'Role' attribute.- See Also:
getRole()
-
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
void setTitleAttribute(String value)
Sets the value of the 'Title Attribute
' attribute.- Parameters:
value
- the new value of the 'Title Attribute' attribute.- See Also:
getTitleAttribute()
-
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:
TypeType
,isSetType()
,unsetType()
,setType(TypeType)
,XlinkPackage.getExtended_Type()
-
setType
void setType(TypeType value)
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
TypeType
,isSetType()
,unsetType()
,getType()
-
unsetType
void unsetType()
Unsets the value of the 'Type
' attribute.- See Also:
isSetType()
,getType()
,setType(TypeType)
-
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:
unsetType()
,getType()
,setType(TypeType)
-
-