Package org.w3.xlink
Interface TitleEltType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
TitleEltTypeImpl
public interface TitleEltType
extends EObject
A representation of the model object 'Title Elt Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList
getLang()
Returns the value of the 'Lang' attribute.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 'Lang
' 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
-
getLang
String getLang()Returns the value of the 'Lang' attribute. xml:lang is not required, but provides much of the motivation for title elements in addition to attributes, and so is provided here for convenience.- Returns:
- the value of the 'Lang' attribute.
- See Also:
-
setLang
Sets the value of the 'Lang
' attribute.- Parameters:
value
- the new value of the 'Lang' attribute.- See Also:
-
getType
TypeType getType()Returns the value of the 'Type' attribute. The default value is"title"
. 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:
-
getContents
EList getContents()
-