Interface DocumentRoot
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
DocumentRootImpl
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Actuate' attribute.getArc()
Returns the value of the 'Arc' containment reference.Returns the value of the 'Arcrole' attribute.getFrom()
Returns the value of the 'From' attribute.getHref()
Returns the value of the 'Href' attribute.getLabel()
Returns the value of the 'Label' attribute.Returns the value of the 'Locator' containment reference.FeatureMap
getMixed()
Returns the value of the 'Mixed' attribute list.Returns the value of the 'Resource' containment reference.getRole()
Returns the value of the 'Role' attribute.getShow()
Returns the value of the 'Show' attribute.getTitle()
Returns the value of the 'Title' containment reference.Returns the value of the 'Title1' attribute.getTo()
Returns the value of the 'To' attribute.getType()
Returns the value of the 'Type' attribute.EMap
Returns the value of the 'XMLNS Prefix Map' map.EMap
Returns the value of the 'XSI Schema Location' map.boolean
Returns whether the value of the 'Actuate
' attribute is set.boolean
Returns whether the value of the 'Show
' attribute is set.boolean
Returns whether the value of the 'Type
' attribute is set.void
setActuate
(ActuateType value) Sets the value of the 'Actuate
' attribute.void
setArcrole
(String value) Sets the value of the 'Arcrole
' attribute.void
Sets the value of the 'From
' attribute.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 'Show
' attribute.void
Sets the value of the 'Title1
' attribute.void
Sets the value of the 'To
' attribute.void
Sets the value of the 'Type
' attribute.void
Unsets the value of the 'Actuate
' attribute.void
Unsets the value of the 'Show
' 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
-
getMixed
FeatureMap getMixed()Returns the value of the 'Mixed' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
-
getXMLNSPrefixMap
EMap getXMLNSPrefixMap()Returns the value of the 'XMLNS Prefix Map' map. The key is of typeString
, and the value is of typeString
,If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'XMLNS Prefix Map' map.
- See Also:
-
getXSISchemaLocation
EMap getXSISchemaLocation()Returns the value of the 'XSI Schema Location' map. The key is of typeString
, and the value is of typeString
,If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'XSI Schema Location' map.
- See Also:
-
getArc
ArcType getArc()Returns the value of the 'Arc' containment reference.If the meaning of the 'Arc' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Arc' containment reference.
- See Also:
-
getLocator
LocatorType getLocator()Returns the value of the 'Locator' containment reference.If the meaning of the 'Locator' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Locator' containment reference.
- See Also:
-
getResource
ResourceType getResource()Returns the value of the 'Resource' containment reference.If the meaning of the 'Resource' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resource' containment reference.
- See Also:
-
getActuate
ActuateType getActuate()Returns the value of the 'Actuate' attribute. The literals are from the enumerationActuateType
.- Returns:
- the value of the 'Actuate' attribute.
- See Also:
-
setActuate
Sets the value of the 'Actuate
' attribute.- Parameters:
value
- the new value of the 'Actuate' attribute.- See Also:
-
unsetActuate
void unsetActuate()Unsets the value of the 'Actuate
' attribute. -
isSetActuate
boolean isSetActuate()Returns whether the value of the 'Actuate
' attribute is set.- Returns:
- whether the value of the 'Actuate' attribute is set.
- See Also:
-
getArcrole
String getArcrole()Returns the value of the 'Arcrole' attribute.If the meaning of the 'Arcrole' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Arcrole' attribute.
- See Also:
-
setArcrole
Sets the value of the 'Arcrole
' attribute.- Parameters:
value
- the new value of the 'Arcrole' attribute.- See Also:
-
getFrom
String getFrom()Returns the value of the 'From' attribute.If the meaning of the 'From' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'From' attribute.
- See Also:
-
setFrom
Sets the value of the 'From
' attribute.- Parameters:
value
- the new value of the 'From' attribute.- 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.If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
- 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:
-
getShow
ShowType getShow()Returns the value of the 'Show' attribute. The literals are from the enumerationShowType
.- Returns:
- the value of the 'Show' attribute.
- See Also:
-
setShow
Sets the value of the 'Show
' attribute.- Parameters:
value
- the new value of the 'Show' attribute.- See Also:
-
unsetShow
void unsetShow()Unsets the value of the 'Show
' attribute.- See Also:
-
isSetShow
boolean isSetShow()Returns whether the value of the 'Show
' attribute is set.- Returns:
- whether the value of the 'Show' attribute is set.
- 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:
-
getTitle
TitleEltType getTitle()Returns the value of the 'Title' containment reference.If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Title' containment reference.
- See Also:
-
getTo
String getTo()Returns the value of the 'To' attribute.If the meaning of the 'To' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'To' attribute.
- See Also:
-
setTo
Sets the value of the 'To
' attribute.- Parameters:
value
- the new value of the 'To' attribute.- See Also:
-
getType
TypeType getType()Returns the value of the 'Type' attribute. 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:
-