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:
XlinkPackage.getTitleEltType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getContents()
String
getLang()
Returns the value of the 'Lang' attribute.TypeType
getType()
Returns the value of the 'Type' attribute.boolean
isSetType()
Returns whether the value of the 'Type
' attribute is set.void
setLang(String value)
Sets the value of the 'Lang
' attribute.void
setType(TypeType value)
Sets the value of the 'Type
' attribute.void
unsetType()
Unsets the value of the 'Type
' attribute.
-
-
-
Method Detail
-
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(String)
,XlinkPackage.getTitleEltType_Lang()
-
setLang
void setLang(String value)
Sets the value of the 'Lang
' attribute.- Parameters:
value
- the new value of the 'Lang' attribute.- See Also:
getLang()
-
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:
TypeType
,isSetType()
,unsetType()
,setType(TypeType)
,XlinkPackage.getTitleEltType_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)
-
getContents
EList getContents()
-
-