Package org.w3._2001.schema.impl
Class WildcardImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- MinimalEObjectImpl
-
- MinimalEObjectImpl.Container
-
- OpenAttrsImpl
-
- AnnotatedImpl
-
- WildcardImpl
-
- All Implemented Interfaces:
Notifier
,EObject
,EStructuralFeature.Internal.DynamicValueHolder
,InternalEObject
,Annotated
,OpenAttrs
,Wildcard
- Direct Known Subclasses:
AnyTypeImpl
public class WildcardImpl extends AnnotatedImpl implements Wildcard
An implementation of the model object 'Wildcard'.The following features are implemented:
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class MinimalEObjectImpl.Container
MinimalEObjectImpl.Container.Dynamic
-
Nested classes/interfaces inherited from class BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
-
-
Field Summary
Fields Modifier and Type Field Description protected Object
namespace
The cached value of the 'Namespace
' attribute.protected static Object
NAMESPACE_EDEFAULT
The default value of the 'Namespace
' attribute.protected boolean
namespaceESet
This is true if the Namespace attribute has been set.protected static ProcessContentsType
PROCESS_CONTENTS_EDEFAULT
The default value of the 'Process Contents
' attribute.protected ProcessContentsType
processContents
The cached value of the 'Process Contents
' attribute.protected boolean
processContentsESet
This is true if the Process Contents attribute has been set.-
Fields inherited from class AnnotatedImpl
annotation, id, ID_EDEFAULT
-
Fields inherited from class OpenAttrsImpl
anyAttribute
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
WildcardImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
eGet(int featureID, boolean resolve, boolean coreType)
boolean
eIsSet(int featureID)
void
eSet(int featureID, Object newValue)
protected EClass
eStaticClass()
void
eUnset(int featureID)
Object
getNamespace()
ProcessContentsType
getProcessContents()
boolean
isSetNamespace()
boolean
isSetProcessContents()
void
setNamespace(Object newNamespace)
void
setProcessContents(ProcessContentsType newProcessContents)
String
toString()
void
unsetNamespace()
void
unsetProcessContents()
-
Methods inherited from class AnnotatedImpl
basicSetAnnotation, eInverseRemove, getAnnotation, getId, setAnnotation, setId
-
Methods inherited from class OpenAttrsImpl
getAnyAttribute
-
Methods inherited from class MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings
-
Methods inherited from class BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface Annotated
getAnnotation, getId, setAnnotation, setId
-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface OpenAttrs
getAnyAttribute
-
-
-
-
Field Detail
-
NAMESPACE_EDEFAULT
protected static final Object NAMESPACE_EDEFAULT
The default value of the 'Namespace
' attribute.- See Also:
getNamespace()
-
namespace
protected Object namespace
The cached value of the 'Namespace
' attribute.- See Also:
getNamespace()
-
namespaceESet
protected boolean namespaceESet
This is true if the Namespace attribute has been set.
-
PROCESS_CONTENTS_EDEFAULT
protected static final ProcessContentsType PROCESS_CONTENTS_EDEFAULT
The default value of the 'Process Contents
' attribute.- See Also:
getProcessContents()
-
processContents
protected ProcessContentsType processContents
The cached value of the 'Process Contents
' attribute.- See Also:
getProcessContents()
-
processContentsESet
protected boolean processContentsESet
This is true if the Process Contents attribute has been set.
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classAnnotatedImpl
-
getNamespace
public Object getNamespace()
- Specified by:
getNamespace
in interfaceWildcard
- Returns:
- the value of the 'Namespace' attribute.
- See Also:
Wildcard.isSetNamespace()
,Wildcard.unsetNamespace()
,Wildcard.setNamespace(Object)
,SchemaPackage.getWildcard_Namespace()
-
setNamespace
public void setNamespace(Object newNamespace)
- Specified by:
setNamespace
in interfaceWildcard
- Parameters:
newNamespace
- the new value of the 'Namespace' attribute.- See Also:
Wildcard.isSetNamespace()
,Wildcard.unsetNamespace()
,Wildcard.getNamespace()
-
unsetNamespace
public void unsetNamespace()
- Specified by:
unsetNamespace
in interfaceWildcard
- See Also:
Wildcard.isSetNamespace()
,Wildcard.getNamespace()
,Wildcard.setNamespace(Object)
-
isSetNamespace
public boolean isSetNamespace()
- Specified by:
isSetNamespace
in interfaceWildcard
- Returns:
- whether the value of the 'Namespace' attribute is set.
- See Also:
Wildcard.unsetNamespace()
,Wildcard.getNamespace()
,Wildcard.setNamespace(Object)
-
getProcessContents
public ProcessContentsType getProcessContents()
- Specified by:
getProcessContents
in interfaceWildcard
- Returns:
- the value of the 'Process Contents' attribute.
- See Also:
ProcessContentsType
,Wildcard.isSetProcessContents()
,Wildcard.unsetProcessContents()
,Wildcard.setProcessContents(ProcessContentsType)
,SchemaPackage.getWildcard_ProcessContents()
-
setProcessContents
public void setProcessContents(ProcessContentsType newProcessContents)
- Specified by:
setProcessContents
in interfaceWildcard
- Parameters:
newProcessContents
- the new value of the 'Process Contents' attribute.- See Also:
ProcessContentsType
,Wildcard.isSetProcessContents()
,Wildcard.unsetProcessContents()
,Wildcard.getProcessContents()
-
unsetProcessContents
public void unsetProcessContents()
- Specified by:
unsetProcessContents
in interfaceWildcard
- See Also:
Wildcard.isSetProcessContents()
,Wildcard.getProcessContents()
,Wildcard.setProcessContents(ProcessContentsType)
-
isSetProcessContents
public boolean isSetProcessContents()
- Specified by:
isSetProcessContents
in interfaceWildcard
- Returns:
- whether the value of the 'Process Contents' attribute is set.
- See Also:
Wildcard.unsetProcessContents()
,Wildcard.getProcessContents()
,Wildcard.setProcessContents(ProcessContentsType)
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classAnnotatedImpl
-
eSet
public void eSet(int featureID, Object newValue)
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classAnnotatedImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classAnnotatedImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classAnnotatedImpl
-
toString
public String toString()
- Overrides:
toString
in classAnnotatedImpl
-
-