|
||||||||||
| PREV CLASS SOURCE NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.eclipse.emf.common.notify.impl.NotifierImpl
|
+--org.eclipse.emf.ecore.impl.EObjectImpl
|
+--org.eclipse.xsd.impl.XSDConcreteComponentImpl
|
+--org.eclipse.xsd.impl.XSDComponentImpl
|
+--org.eclipse.xsd.impl.XSDFacetImpl
|
+--org.eclipse.xsd.impl.XSDConstrainingFacetImpl
|
+--org.eclipse.xsd.impl.XSDFixedFacetImpl
|
+--org.eclipse.xsd.impl.XSDMinFacetImpl
An implementation of the model object 'Min Facet'.
The following features are implemented:
| Inner classes inherited from class org.eclipse.xsd.impl.XSDConcreteComponentImpl |
|---|
XSDConcreteComponentImpl.XSDContentsEList |
| Inner classes inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
org.eclipse.emf.ecore.impl.EObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.EObjectImpl.EPropertiesHolderImpl |
| Field Summary | |
|---|---|
protected java.lang.Object |
value
The cached value of the ' Value' attribute. |
protected static java.lang.Object |
VALUE_EDEFAULT
The default value of the ' Value' attribute. |
| Fields inherited from class org.eclipse.xsd.impl.XSDFixedFacetImpl |
|---|
fixed, FIXED_EDEFAULT, fixedESet |
| Fields inherited from class org.eclipse.xsd.impl.XSDFacetImpl |
|---|
annotation, LEXICAL_VALUE_EDEFAULT, lexicalValue |
| 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 |
|---|
eContainer, eContainerFeatureID, ELAST_EOBJECT_FLAG, eProperties |
| Fields inherited from class org.eclipse.emf.common.notify.impl.NotifierImpl |
|---|
eAdapters, EDELIVER, eFlags, ELAST_NOTIFIER_FLAG |
| Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
EOPPOSITE_FEATURE_BASE |
| Constructor Summary | |
|---|---|
protected |
XSDMinFacetImpl()
|
| Method Summary | |
|---|---|
java.lang.Object |
eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
boolean resolve)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
boolean |
eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
|
void |
eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
java.lang.Object newValue)
|
protected org.eclipse.emf.ecore.EClass |
eStaticClass()
|
void |
eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
|
java.lang.Boolean |
getExclusive()
|
java.lang.Boolean |
getInclusive()
|
java.lang.Object |
getValue()
|
boolean |
isExclusive()
Returns the value of the 'Exclusive' attribute. |
boolean |
isInclusive()
Returns the value of the 'Inclusive' attribute. |
protected boolean |
restrictionMatch(XSDFixedFacet xsdFixedFacet)
|
void |
setValue(java.lang.Object newValue)
|
java.lang.String |
toString()
|
void |
validate()
Validates whether this component conforms to the constraints defined in the XML Schema standard. |
protected void |
validateRestriction(XSDFixedFacet xsdFixedFacet)
|
protected void |
validateValue()
|
| Methods inherited from class org.eclipse.xsd.impl.XSDFixedFacetImpl |
|---|
changeAttribute, createFixedFacet, isFixed, isSetFixed, reconcileAttributes, setFixed, unsetFixed |
| Methods inherited from class org.eclipse.xsd.impl.XSDConstrainingFacetImpl |
|---|
createConstrainingFacet, isConstraintSatisfied |
| Methods inherited from class org.eclipse.xsd.impl.XSDFacetImpl |
|---|
basicSetAnnotation, getAnnotation, getEffectiveValue, getFacetName, getLexicalValue, getSimpleTypeDefinition, handleReconciliation, handleUnreconciledElement, setAnnotation, setLexicalValue |
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eBasicSetContainer, eClass, eContainer, eContainerFeatureID, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicFeatureID, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eHasSettings, eInternalContainer, eInternalResource, eInverseAdd, eIsProxy, eProperties, eProxyURI, eResource, eSetClass, eSetProxyURI, eSetResource, eSetting, eSettingDelegate, eSettings, eStaticFeatureCount |
| Methods inherited from class org.eclipse.emf.common.notify.impl.NotifierImpl |
|---|
eAdapters, eDeliver, eSetDeliver |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.xsd.XSDFixedFacet |
|---|
isFixed, isSetFixed, setFixed, unsetFixed |
| Methods inherited from interface org.eclipse.xsd.XSDConstrainingFacet |
|---|
isConstraintSatisfied |
| Methods inherited from interface org.eclipse.xsd.XSDFacet |
|---|
getAnnotation, getEffectiveValue, getFacetName, getLexicalValue, getSimpleTypeDefinition, setAnnotation, setLexicalValue |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, 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.Object VALUE_EDEFAULT
Value' attribute.
getValue()protected java.lang.Object value
Value' attribute.
getValue()| Constructor Detail |
protected XSDMinFacetImpl()
| Method Detail |
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class XSDFixedFacetImplpublic java.lang.Object getValue()
getValue in interface XSDMinFacetorg.eclipse.xsd.XSDMinFacetXSDMinFacet.setValue(Object),
XSDPackage.getXSDMinFacet_Value()public void setValue(java.lang.Object newValue)
setValue in interface XSDMinFacetorg.eclipse.xsd.XSDMinFacetvalue - the new value of the 'Value' attribute.XSDMinFacet.getValue()public java.lang.Boolean getInclusive()
public boolean isInclusive()
XSDMinFacet
The value is true if this is a XSDMinInclusiveFacet.
isInclusive in interface XSDMinFacetorg.eclipse.xsd.XSDMinFacetXSDPackage.getXSDMinFacet_Inclusive()public java.lang.Boolean getExclusive()
public boolean isExclusive()
XSDMinFacet
isExclusive in interface XSDMinFacetorg.eclipse.xsd.XSDMinFacetXSDPackage.getXSDMinFacet_Exclusive()
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in class XSDFixedFacetImpl
public java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
boolean resolve)
eGet in interface org.eclipse.emf.ecore.EObjecteGet in class XSDFixedFacetImpl
public void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.EObjecteSet in class XSDFixedFacetImplpublic void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
eUnset in interface org.eclipse.emf.ecore.EObjecteUnset in class XSDFixedFacetImplpublic boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
eIsSet in interface org.eclipse.emf.ecore.EObjecteIsSet in class XSDFixedFacetImplpublic java.lang.String toString()
toString in class XSDFixedFacetImplpublic void validate()
XSDConcreteComponentDiagnostics are produced to report any problems.validate in interface XSDConcreteComponentvalidate in class XSDFixedFacetImplorg.eclipse.xsd.XSDConcreteComponentXSDConcreteComponent.getDiagnostics(),
XSDConcreteComponent.clearDiagnostics()protected void validateValue()
validateValue in class XSDFixedFacetImplprotected boolean restrictionMatch(XSDFixedFacet xsdFixedFacet)
restrictionMatch in class XSDFixedFacetImplprotected void validateRestriction(XSDFixedFacet xsdFixedFacet)
validateRestriction in class XSDFixedFacetImpl
|
Copyright 2001-2003 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS SOURCE NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||