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 ObjectnamespaceThe cached value of the 'Namespace' attribute.protected static ObjectNAMESPACE_EDEFAULTThe default value of the 'Namespace' attribute.protected booleannamespaceESetThis is true if the Namespace attribute has been set.protected static ProcessContentsTypePROCESS_CONTENTS_EDEFAULTThe default value of the 'Process Contents' attribute.protected ProcessContentsTypeprocessContentsThe cached value of the 'Process Contents' attribute.protected booleanprocessContentsESetThis 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 protectedWildcardImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjecteGet(int featureID, boolean resolve, boolean coreType)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected EClasseStaticClass()voideUnset(int featureID)ObjectgetNamespace()ProcessContentsTypegetProcessContents()booleanisSetNamespace()booleanisSetProcessContents()voidsetNamespace(Object newNamespace)voidsetProcessContents(ProcessContentsType newProcessContents)StringtoString()voidunsetNamespace()voidunsetProcessContents()-
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:
eStaticClassin classAnnotatedImpl
-
getNamespace
public Object getNamespace()
- Specified by:
getNamespacein 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:
setNamespacein interfaceWildcard- Parameters:
newNamespace- the new value of the 'Namespace' attribute.- See Also:
Wildcard.isSetNamespace(),Wildcard.unsetNamespace(),Wildcard.getNamespace()
-
unsetNamespace
public void unsetNamespace()
- Specified by:
unsetNamespacein interfaceWildcard- See Also:
Wildcard.isSetNamespace(),Wildcard.getNamespace(),Wildcard.setNamespace(Object)
-
isSetNamespace
public boolean isSetNamespace()
- Specified by:
isSetNamespacein 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:
getProcessContentsin 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:
setProcessContentsin 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:
unsetProcessContentsin interfaceWildcard- See Also:
Wildcard.isSetProcessContents(),Wildcard.getProcessContents(),Wildcard.setProcessContents(ProcessContentsType)
-
isSetProcessContents
public boolean isSetProcessContents()
- Specified by:
isSetProcessContentsin 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:
eGetin interfaceInternalEObject- Overrides:
eGetin classAnnotatedImpl
-
eSet
public void eSet(int featureID, Object newValue)- Specified by:
eSetin interfaceInternalEObject- Overrides:
eSetin classAnnotatedImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnsetin interfaceInternalEObject- Overrides:
eUnsetin classAnnotatedImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSetin interfaceInternalEObject- Overrides:
eIsSetin classAnnotatedImpl
-
toString
public String toString()
- Overrides:
toStringin classAnnotatedImpl
-
-