|
||||||||||
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:
CommonPackage.getDocumentRoot()
Method Summary | |
---|---|
java.lang.Object |
getDefaultValue()
Returns the value of the 'Default Value' attribute. |
FeatureMap |
getMixed()
Returns the value of the 'Mixed' attribute list. |
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute. |
EMap<java.lang.String,java.lang.String> |
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map. |
EMap<java.lang.String,java.lang.String> |
getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map. |
boolean |
isKey()
Returns the value of the 'Key' attribute. |
boolean |
isQualifier()
Returns the value of the 'Qualifier' attribute. |
boolean |
isSetKey()
Returns whether the value of the ' Key ' attribute is set. |
boolean |
isSetQualifier()
Returns whether the value of the ' Qualifier ' attribute is set. |
void |
setDefaultValue(java.lang.Object value)
Sets the value of the ' Default Value ' attribute. |
void |
setKey(boolean value)
Sets the value of the ' Key ' attribute. |
void |
setQualifier(boolean value)
Sets the value of the ' Qualifier ' attribute. |
void |
setVersion(java.lang.String value)
Sets the value of the ' Version ' attribute. |
void |
unsetKey()
Unsets the value of the ' Key ' attribute. |
void |
unsetQualifier()
Unsets the value of the ' Qualifier ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
FeatureMap getMixed()
FeatureMap.Entry
.
If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
CommonPackage.getDocumentRoot_Mixed()
EMap<java.lang.String,java.lang.String> 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...
CommonPackage.getDocumentRoot_XMLNSPrefixMap()
EMap<java.lang.String,java.lang.String> 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...
CommonPackage.getDocumentRoot_XSISchemaLocation()
java.lang.Object getDefaultValue()
If the meaning of the 'Default Value' attribute isn't clear, there really should be more of a description here...
setDefaultValue(Object)
,
CommonPackage.getDocumentRoot_DefaultValue()
void setDefaultValue(java.lang.Object value)
Default Value
' attribute.
value
- the new value of the 'Default Value' attribute.getDefaultValue()
boolean isKey()
If the meaning of the 'Key' attribute isn't clear, there really should be more of a description here...
isSetKey()
,
unsetKey()
,
setKey(boolean)
,
CommonPackage.getDocumentRoot_Key()
void setKey(boolean value)
Key
' attribute.
value
- the new value of the 'Key' attribute.isSetKey()
,
unsetKey()
,
isKey()
void unsetKey()
Key
' attribute.
isSetKey()
,
isKey()
,
setKey(boolean)
boolean isSetKey()
Key
' attribute is set.
unsetKey()
,
isKey()
,
setKey(boolean)
boolean isQualifier()
If the meaning of the 'Qualifier' attribute isn't clear, there really should be more of a description here...
isSetQualifier()
,
unsetQualifier()
,
setQualifier(boolean)
,
CommonPackage.getDocumentRoot_Qualifier()
void setQualifier(boolean value)
Qualifier
' attribute.
value
- the new value of the 'Qualifier' attribute.isSetQualifier()
,
unsetQualifier()
,
isQualifier()
void unsetQualifier()
Qualifier
' attribute.
isSetQualifier()
,
isQualifier()
,
setQualifier(boolean)
boolean isSetQualifier()
Qualifier
' attribute is set.
unsetQualifier()
,
isQualifier()
,
setQualifier(boolean)
java.lang.String getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(String)
,
CommonPackage.getDocumentRoot_Version()
void setVersion(java.lang.String value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |