Interface Extended
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
ExtendedImpl
public interface Extended extends EObjectA 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 EListgetArc()Returns the value of the 'Arc' containment reference list.EListgetLocator()Returns the value of the 'Locator' containment reference list.EListgetResource()Returns the value of the 'Resource' containment reference list.StringgetRole()Returns the value of the 'Role' attribute.EListgetTitle()Returns the value of the 'Title' containment reference list.StringgetTitleAttribute()Returns the value of the 'Title1' attribute.TypeTypegetType()Returns the value of the 'Type' attribute.booleanisSetType()Returns whether the value of the 'Type' attribute is set.voidsetRole(String value)Sets the value of the 'Role' attribute.voidsetTitleAttribute(String value)Sets the value of the 'Title Attribute' attribute.voidsetType(TypeType value)Sets the value of the 'Type' attribute.voidunsetType()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)
-
-