|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentRoot
A representation of the model object 'Document Root'.
The following features are supported:
XlinkPackage.getDocumentRoot()
Method Summary | |
---|---|
ActuateType |
getActuate()
Returns the value of the 'Actuate' attribute. |
java.lang.String |
getArcrole()
Returns the value of the 'Arcrole' attribute. |
java.lang.String |
getFrom()
Returns the value of the 'From' attribute. |
java.lang.String |
getHref()
Returns the value of the 'Href' attribute. |
java.lang.String |
getLabel()
Returns the value of the 'Label' attribute. |
org.eclipse.emf.ecore.util.FeatureMap |
getMixed()
Returns the value of the 'Mixed' attribute list. |
java.lang.String |
getRole()
Returns the value of the 'Role' attribute. |
ShowType |
getShow()
Returns the value of the 'Show' attribute. |
java.lang.String |
getTitle()
Returns the value of the 'Title' attribute. |
java.lang.String |
getTo()
Returns the value of the 'To' attribute. |
org.eclipse.emf.common.util.EMap |
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map. |
org.eclipse.emf.common.util.EMap |
getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map. |
boolean |
isSetActuate()
Returns whether the value of the ' Actuate ' attribute is set. |
boolean |
isSetShow()
Returns whether the value of the ' Show ' attribute is set. |
void |
setActuate(ActuateType value)
Sets the value of the ' Actuate ' attribute. |
void |
setArcrole(java.lang.String value)
Sets the value of the ' Arcrole ' attribute. |
void |
setFrom(java.lang.String value)
Sets the value of the ' From ' attribute. |
void |
setHref(java.lang.String value)
Sets the value of the ' Href ' attribute. |
void |
setLabel(java.lang.String value)
Sets the value of the ' Label ' attribute. |
void |
setRole(java.lang.String value)
Sets the value of the ' Role ' attribute. |
void |
setShow(ShowType value)
Sets the value of the ' Show ' attribute. |
void |
setTitle(java.lang.String value)
Sets the value of the ' Title ' attribute. |
void |
setTo(java.lang.String value)
Sets the value of the ' To ' attribute. |
void |
unsetActuate()
Unsets the value of the ' Actuate ' attribute. |
void |
unsetShow()
Unsets the value of the ' Show ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.ecore.util.FeatureMap getMixed()
FeatureMap.Entry
.
If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
XlinkPackage.getDocumentRoot_Mixed()
org.eclipse.emf.common.util.EMap getXMLNSPrefixMap()
String
,
and the value is of type String
,
If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...
XlinkPackage.getDocumentRoot_XMLNSPrefixMap()
org.eclipse.emf.common.util.EMap getXSISchemaLocation()
String
,
and the value is of type String
,
If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...
XlinkPackage.getDocumentRoot_XSISchemaLocation()
ActuateType getActuate()
"onLoad"
.
The literals are from the enumeration ActuateType
.
The 'actuate' attribute is used to communicate the desired timing
of traversal from the starting resource to the ending resource;
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading
the starting resource
onRequest - traverse from the starting resource to the ending
resource only on a post-loading event triggered for
this purpose
other - behavior is unconstrained; examine other markup in link
for hints
none - behavior is unconstrained
ActuateType
,
isSetActuate()
,
unsetActuate()
,
setActuate(ActuateType)
,
XlinkPackage.getDocumentRoot_Actuate()
void setActuate(ActuateType value)
Actuate
' attribute.
value
- the new value of the 'Actuate' attribute.ActuateType
,
isSetActuate()
,
unsetActuate()
,
getActuate()
void unsetActuate()
Actuate
' attribute.
isSetActuate()
,
getActuate()
,
setActuate(ActuateType)
boolean isSetActuate()
Actuate
' attribute is set.
unsetActuate()
,
getActuate()
,
setActuate(ActuateType)
java.lang.String getArcrole()
If the meaning of the 'Arcrole' attribute isn't clear, there really should be more of a description here...
setArcrole(String)
,
XlinkPackage.getDocumentRoot_Arcrole()
void setArcrole(java.lang.String value)
Arcrole
' attribute.
value
- the new value of the 'Arcrole' attribute.getArcrole()
java.lang.String getFrom()
If the meaning of the 'From' attribute isn't clear, there really should be more of a description here...
setFrom(String)
,
XlinkPackage.getDocumentRoot_From()
void setFrom(java.lang.String value)
From
' attribute.
value
- the new value of the 'From' attribute.getFrom()
java.lang.String getHref()
If the meaning of the 'Href' attribute isn't clear, there really should be more of a description here...
setHref(String)
,
XlinkPackage.getDocumentRoot_Href()
void setHref(java.lang.String value)
Href
' attribute.
value
- the new value of the 'Href' attribute.getHref()
java.lang.String getLabel()
If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
setLabel(String)
,
XlinkPackage.getDocumentRoot_Label()
void setLabel(java.lang.String value)
Label
' attribute.
value
- the new value of the 'Label' attribute.getLabel()
java.lang.String getRole()
If the meaning of the 'Role' attribute isn't clear, there really should be more of a description here...
setRole(String)
,
XlinkPackage.getDocumentRoot_Role()
void setRole(java.lang.String value)
Role
' attribute.
value
- the new value of the 'Role' attribute.getRole()
ShowType getShow()
"new"
.
The literals are from the enumeration ShowType
.
The 'show' attribute is used to communicate the desired presentation
of the ending resource on traversal from the starting resource; it's
value should be treated as follows:
new - load ending resource in a new window, frame, pane, or other
presentation context
replace - load the resource in the same window, frame, pane, or
other presentation context
embed - load ending resource in place of the presentation of the
starting resource
other - behavior is unconstrained; examine other markup in the
link for hints
none - behavior is unconstrained
ShowType
,
isSetShow()
,
unsetShow()
,
setShow(ShowType)
,
XlinkPackage.getDocumentRoot_Show()
void setShow(ShowType value)
Show
' attribute.
value
- the new value of the 'Show' attribute.ShowType
,
isSetShow()
,
unsetShow()
,
getShow()
void unsetShow()
Show
' attribute.
isSetShow()
,
getShow()
,
setShow(ShowType)
boolean isSetShow()
Show
' attribute is set.
unsetShow()
,
getShow()
,
setShow(ShowType)
java.lang.String getTitle()
If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
setTitle(String)
,
XlinkPackage.getDocumentRoot_Title()
void setTitle(java.lang.String value)
Title
' attribute.
value
- the new value of the 'Title' attribute.getTitle()
java.lang.String getTo()
If the meaning of the 'To' attribute isn't clear, there really should be more of a description here...
setTo(String)
,
XlinkPackage.getDocumentRoot_To()
void setTo(java.lang.String value)
To
' attribute.
value
- the new value of the 'To' attribute.getTo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |