org.w3.xlink
Interface DocumentRoot

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DocumentRootImpl

public interface DocumentRoot
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
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

getMixed

org.eclipse.emf.ecore.util.FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of type FeatureMap.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:
XlinkPackage.getDocumentRoot_Mixed()

getXMLNSPrefixMap

org.eclipse.emf.common.util.EMap getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map. The key is of type 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...

Returns:
the value of the 'XMLNS Prefix Map' map.
See Also:
XlinkPackage.getDocumentRoot_XMLNSPrefixMap()

getXSISchemaLocation

org.eclipse.emf.common.util.EMap getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map. The key is of type 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...

Returns:
the value of the 'XSI Schema Location' map.
See Also:
XlinkPackage.getDocumentRoot_XSISchemaLocation()

getActuate

ActuateType getActuate()
Returns the value of the 'Actuate' attribute. The default value is "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

Returns:
the value of the 'Actuate' attribute.
See Also:
ActuateType, isSetActuate(), unsetActuate(), setActuate(ActuateType), XlinkPackage.getDocumentRoot_Actuate()

setActuate

void setActuate(ActuateType value)
Sets the value of the 'Actuate' attribute.

Parameters:
value - the new value of the 'Actuate' attribute.
See Also:
ActuateType, isSetActuate(), unsetActuate(), getActuate()

unsetActuate

void unsetActuate()
Unsets the value of the 'Actuate' attribute.

See Also:
isSetActuate(), getActuate(), setActuate(ActuateType)

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:
unsetActuate(), getActuate(), setActuate(ActuateType)

getArcrole

java.lang.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(String), XlinkPackage.getDocumentRoot_Arcrole()

setArcrole

void setArcrole(java.lang.String value)
Sets the value of the 'Arcrole' attribute.

Parameters:
value - the new value of the 'Arcrole' attribute.
See Also:
getArcrole()

getFrom

java.lang.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(String), XlinkPackage.getDocumentRoot_From()

setFrom

void setFrom(java.lang.String value)
Sets the value of the 'From' attribute.

Parameters:
value - the new value of the 'From' attribute.
See Also:
getFrom()

getHref

java.lang.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.getDocumentRoot_Href()

setHref

void setHref(java.lang.String value)
Sets the value of the 'Href' attribute.

Parameters:
value - the new value of the 'Href' attribute.
See Also:
getHref()

getLabel

java.lang.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(String), XlinkPackage.getDocumentRoot_Label()

setLabel

void setLabel(java.lang.String value)
Sets the value of the 'Label' attribute.

Parameters:
value - the new value of the 'Label' attribute.
See Also:
getLabel()

getRole

java.lang.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.getDocumentRoot_Role()

setRole

void setRole(java.lang.String value)
Sets the value of the 'Role' attribute.

Parameters:
value - the new value of the 'Role' attribute.
See Also:
getRole()

getShow

ShowType getShow()
Returns the value of the 'Show' attribute. The default value is "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

Returns:
the value of the 'Show' attribute.
See Also:
ShowType, isSetShow(), unsetShow(), setShow(ShowType), XlinkPackage.getDocumentRoot_Show()

setShow

void setShow(ShowType value)
Sets the value of the 'Show' attribute.

Parameters:
value - the new value of the 'Show' attribute.
See Also:
ShowType, isSetShow(), unsetShow(), getShow()

unsetShow

void unsetShow()
Unsets the value of the 'Show' attribute.

See Also:
isSetShow(), getShow(), setShow(ShowType)

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:
unsetShow(), getShow(), setShow(ShowType)

getTitle

java.lang.String getTitle()
Returns the value of the 'Title' attribute.

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' attribute.
See Also:
setTitle(String), XlinkPackage.getDocumentRoot_Title()

setTitle

void setTitle(java.lang.String value)
Sets the value of the 'Title' attribute.

Parameters:
value - the new value of the 'Title' attribute.
See Also:
getTitle()

getTo

java.lang.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(String), XlinkPackage.getDocumentRoot_To()

setTo

void setTo(java.lang.String value)
Sets the value of the 'To' attribute.

Parameters:
value - the new value of the 'To' attribute.
See Also:
getTo()


Copyright © 1996-2010 Geotools. All Rights Reserved.