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:
XlinkPackage.getLocatorType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHref()
Returns the value of the 'Href' attribute.String
getLabel()
Returns the value of the 'Label' attribute.String
getRole()
Returns the value of the 'Role' attribute.EList
getTitle()
Returns the value of the 'Title' containment reference list.String
getTitle1()
Returns the value of the 'Title1' attribute.FeatureMap
getTitleGroup()
Returns the value of the 'Title Group' attribute list.TypeType
getType()
Returns the value of the 'Type' attribute.boolean
isSetType()
Returns whether the value of the 'Type
' attribute is set.void
setHref(String value)
Sets the value of the 'Href
' attribute.void
setLabel(String value)
Sets the value of the 'Label
' attribute.void
setRole(String value)
Sets the value of the 'Role
' attribute.void
setTitle1(String value)
Sets the value of the 'Title1
' attribute.void
setType(TypeType value)
Sets the value of the 'Type
' attribute.void
unsetType()
Unsets the value of the 'Type
' attribute.
-
-
-
Method Detail
-
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:
XlinkPackage.getLocatorType_TitleGroup()
-
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.getLocatorType_Title()
-
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(String)
,XlinkPackage.getLocatorType_Href()
-
setHref
void setHref(String value)
Sets the value of the 'Href
' attribute.- Parameters:
value
- the new value of the 'Href' attribute.- See Also:
getHref()
-
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(String)
,XlinkPackage.getLocatorType_Label()
-
setLabel
void setLabel(String value)
Sets the value of the 'Label
' attribute.- Parameters:
value
- the new value of the 'Label' attribute.- See Also:
getLabel()
-
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.getLocatorType_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()
-
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(String)
,XlinkPackage.getLocatorType_Title1()
-
setTitle1
void setTitle1(String value)
Sets the value of the 'Title1
' attribute.- Parameters:
value
- the new value of the 'Title1' attribute.- See Also:
getTitle1()
-
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:
TypeType
,isSetType()
,unsetType()
,setType(TypeType)
,XlinkPackage.getLocatorType_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)
-
-