Package org.w3.xlink

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:
  • Method Summary

    Modifier and Type
    Method
    Description
    EList
    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.
    Returns the value of the 'Role' attribute.
    EList
    Returns the value of the 'Title' containment reference list.
    Returns the value of the 'Title1' attribute.
    Returns the value of the 'Type' attribute.
    boolean
    Returns whether the value of the 'Type' attribute is set.
    void
    setRole(String value)
    Sets the value of the 'Role' attribute.
    void
    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 type TitleEltType.

      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 type ResourceType.

      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 type LocatorType.

      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 type ArcType.

      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

      void setRole(String value)
      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

      void setTitleAttribute(String value)
      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 enumeration TypeType.

      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

      void setType(TypeType value)
      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: