Package org.w3.xlink
Interface LocatorType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
LocatorTypeImpl
public interface LocatorType
extends EObject
A representation of the model object 'Locator Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetHref()
Returns the value of the 'Href' attribute.getLabel()
Returns the value of the 'Label' attribute.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.FeatureMap
Returns the value of the 'Title Group' attribute list.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 'Href
' attribute.void
Sets the value of the 'Label
' attribute.void
Sets the value of the 'Role
' attribute.void
Sets the value of the 'Title1
' 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
-
getTitleGroup
FeatureMap getTitleGroup()Returns the value of the 'Title Group' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Title Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Title Group' attribute list.
- See Also:
-
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:
-
getHref
String getHref()Returns the value of the 'Href' attribute.If the meaning of the 'Href' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Href' attribute.
- See Also:
-
setHref
Sets the value of the 'Href
' attribute.- Parameters:
value
- the new value of the 'Href' attribute.- See Also:
-
getLabel
String getLabel()Returns the value of the 'Label' attribute. label is not required, but locators have no particular XLink function if they are not labeled.- Returns:
- the value of the 'Label' attribute.
- See Also:
-
setLabel
Sets the value of the 'Label
' attribute.- Parameters:
value
- the new value of the 'Label' attribute.- 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:
-
getTitle1
String getTitle1()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
Sets the value of the 'Title1
' attribute.- Parameters:
value
- the new value of the 'Title1' attribute.- See Also:
-
getType
TypeType getType()Returns the value of the 'Type' attribute. The default value is"locator"
. 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:
-