|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.xsd.impl.XSDConcreteComponentImpl
org.eclipse.xsd.impl.XSDComponentImpl
org.eclipse.xsd.impl.XSDNamedComponentImpl
org.eclipse.xsd.impl.XSDNotationDeclarationImpl
An implementation of the model object 'Notation Declaration'.
The following features are implemented:
| Nested Class Summary |
| Nested classes inherited from class org.eclipse.xsd.impl.XSDNamedComponentImpl |
XSDNamedComponentImpl.Comparator, XSDNamedComponentImpl.StringPairComparator |
| Nested classes inherited from class org.eclipse.xsd.impl.XSDConcreteComponentImpl |
XSDConcreteComponentImpl.XSDContentsEList |
| Nested classes inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderImpl |
| Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
BasicNotifierImpl.EAdapterList |
| Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject |
InternalEObject.EStore |
| Field Summary | |
protected XSDAnnotation |
annotation
The cached value of the ' Annotation' containment reference |
protected static java.lang.String |
PUBLIC_IDENTIFIER_EDEFAULT
The default value of the ' Public Identifier' attribute |
protected java.lang.String |
publicIdentifier
The cached value of the ' Public Identifier' attribute |
protected static java.lang.String |
SYSTEM_IDENTIFIER_EDEFAULT
The default value of the ' System Identifier' attribute |
protected java.lang.String |
systemIdentifier
The cached value of the ' System Identifier' attribute |
| Fields inherited from class org.eclipse.xsd.impl.XSDNamedComponentImpl |
ALIAS_NAME_EDEFAULT, ALIAS_URI_EDEFAULT, name, NAME_EDEFAULT, QNAME_EDEFAULT, TARGET_NAMESPACE_EDEFAULT, targetNamespace, URI_EDEFAULT |
| Fields inherited from class org.eclipse.xsd.impl.XSDConcreteComponentImpl |
ANALYZED, ANALYZING, CIRCULAR, diagnostics, element, ELEMENT_EDEFAULT, ERROR, FATAL, INFORMATION, isReconciling, UNANALYZED, updatingDOM, WARNING, xsdContents |
| Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
| Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
EOPPOSITE_FEATURE_BASE |
| Constructor Summary | |
protected |
XSDNotationDeclarationImpl()
|
| Method Summary | |
NotificationChain |
basicSetAnnotation(XSDAnnotation newAnnotation,
NotificationChain msgs)
|
protected void |
changeAttribute(EAttribute eAttribute)
|
XSDConcreteComponent |
cloneConcreteComponent(boolean deep,
boolean shareDOM)
Creates a clone of the component. |
org.w3c.dom.Element |
createElement()
|
static XSDNotationDeclaration |
createNotationDeclaration(org.w3c.dom.Node node)
|
java.lang.Object |
eGet(EStructuralFeature eFeature,
boolean resolve)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
NotificationChain msgs)
|
boolean |
eIsSet(EStructuralFeature eFeature)
|
void |
eSet(EStructuralFeature eFeature,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(EStructuralFeature eFeature)
|
XSDAnnotation |
getAnnotation()
|
java.lang.String |
getPublicIdentifier()
|
java.lang.String |
getSystemIdentifier()
|
protected void |
reconcileAttributes(org.w3c.dom.Element changedElement)
|
void |
setAnnotation(XSDAnnotation newAnnotation)
|
void |
setPublicIdentifier(java.lang.String newPublicIdentifier)
|
void |
setSystemIdentifier(java.lang.String newSystemIdentifier)
|
java.lang.String |
toString()
|
void |
validate()
Validates whether this component conforms to the constraints defined in the XML Schema standard. |
| Methods inherited from class org.eclipse.xsd.impl.XSDNamedComponentImpl |
addToSortedList, adoptBy, findInSortedList, getAliasName, getAliasURI, getName, getQName, getQName, getResolvedNamedComponent, getTargetNamespace, getURI, getURIReferenceLabel, hasNameAndTargetNamespace, hasSameNameAndTargetNamespace, hasURI, isNamedComponentReference, mergeToSortedList, patch, patchTargetNamespaceAttribute, reconcileNameAttribute, setName, setTargetNamespace, sortNamedComponents |
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.xsd.XSDNamedComponent |
getAliasName, getAliasURI, getName, getQName, getQName, getTargetNamespace, getURI, hasNameAndTargetNamespace, hasSameNameAndTargetNamespace, hasURI, setName, setTargetNamespace |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eIsProxy, eResource |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
protected static final java.lang.String SYSTEM_IDENTIFIER_EDEFAULT
System Identifier' attribute.
getSystemIdentifier()protected java.lang.String systemIdentifier
System Identifier' attribute.
getSystemIdentifier()protected static final java.lang.String PUBLIC_IDENTIFIER_EDEFAULT
Public Identifier' attribute.
getPublicIdentifier()protected java.lang.String publicIdentifier
Public Identifier' attribute.
getPublicIdentifier()protected XSDAnnotation annotation
Annotation' containment reference.
getAnnotation()| Constructor Detail |
protected XSDNotationDeclarationImpl()
| Method Detail |
public static XSDNotationDeclaration createNotationDeclaration(org.w3c.dom.Node node)
protected EClass eStaticClass()
eStaticClass in class XSDNamedComponentImplpublic java.lang.String getSystemIdentifier()
getSystemIdentifier in interface XSDNotationDeclarationXSDNotationDeclaration.setSystemIdentifier(String),
XSDPackage.getXSDNotationDeclaration_SystemIdentifier()public void setSystemIdentifier(java.lang.String newSystemIdentifier)
setSystemIdentifier in interface XSDNotationDeclarationnewSystemIdentifier - the new value of the 'System Identifier' attribute.XSDNotationDeclaration.getSystemIdentifier()public java.lang.String getPublicIdentifier()
getPublicIdentifier in interface XSDNotationDeclarationXSDNotationDeclaration.setPublicIdentifier(String),
XSDPackage.getXSDNotationDeclaration_PublicIdentifier()public void setPublicIdentifier(java.lang.String newPublicIdentifier)
setPublicIdentifier in interface XSDNotationDeclarationnewPublicIdentifier - the new value of the 'Public Identifier' attribute.XSDNotationDeclaration.getPublicIdentifier()public XSDAnnotation getAnnotation()
getAnnotation in interface XSDNotationDeclarationXSDNotationDeclaration.setAnnotation(XSDAnnotation),
XSDPackage.getXSDNotationDeclaration_Annotation()public void setAnnotation(XSDAnnotation newAnnotation)
setAnnotation in interface XSDNotationDeclarationnewAnnotation - the new value of the 'Annotation' containment reference.XSDNotationDeclaration.getAnnotation()
public NotificationChain basicSetAnnotation(XSDAnnotation newAnnotation,
NotificationChain msgs)
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
NotificationChain msgs)
eInverseRemove in interface InternalEObjecteInverseRemove in class XSDNamedComponentImpl
public java.lang.Object eGet(EStructuralFeature eFeature,
boolean resolve)
eGet in interface EObjecteGet in class XSDNamedComponentImpl
public void eSet(EStructuralFeature eFeature,
java.lang.Object newValue)
eSet in interface EObjecteSet in class XSDNamedComponentImplpublic void eUnset(EStructuralFeature eFeature)
eUnset in interface EObjecteUnset in class XSDNamedComponentImplpublic boolean eIsSet(EStructuralFeature eFeature)
eIsSet in interface EObjecteIsSet in class XSDNamedComponentImplpublic java.lang.String toString()
toString in class XSDNamedComponentImplpublic org.w3c.dom.Element createElement()
createElement in class XSDConcreteComponentImplpublic void validate()
XSDConcreteComponentDiagnostics are produced to report any problems.
validate in interface XSDConcreteComponentvalidate in class XSDConcreteComponentImplprotected void reconcileAttributes(org.w3c.dom.Element changedElement)
reconcileAttributes in class XSDNamedComponentImplprotected void changeAttribute(EAttribute eAttribute)
changeAttribute in class XSDNamedComponentImpl
public XSDConcreteComponent cloneConcreteComponent(boolean deep,
boolean shareDOM)
XSDConcreteComponent
cloneConcreteComponent in interface XSDConcreteComponentcloneConcreteComponent in class XSDConcreteComponentImpl
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||