org.apache.uima.tools.cfe.config.impl
Class RangeFeatureValuesXMLImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.apache.uima.tools.cfe.config.impl.RangeFeatureValuesXMLImpl
All Implemented Interfaces:
RangeFeatureValuesXML, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject

public class RangeFeatureValuesXMLImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements RangeFeatureValuesXML

An implementation of the model object 'Range Feature Values XML'.

The following features are implemented:


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
protected static Object LOWER_BOUNDARY_EDEFAULT
          The default value of the 'Lower Boundary' attribute.
protected static boolean LOWER_BOUNDARY_INCLUSIVE_EDEFAULT
          The default value of the 'Lower Boundary Inclusive' attribute.
protected  Object lowerBoundary
          The cached value of the 'Lower Boundary' attribute.
protected  boolean lowerBoundaryInclusive
          The cached value of the 'Lower Boundary Inclusive' attribute.
protected  boolean lowerBoundaryInclusiveESet
          This is true if the Lower Boundary Inclusive attribute has been set.
protected static Object UPPER_BOUNDARY_EDEFAULT
          The default value of the 'Upper Boundary' attribute.
protected static boolean UPPER_BOUNDARY_INCLUSIVE_EDEFAULT
          The default value of the 'Upper Boundary Inclusive' attribute.
protected  Object upperBoundary
          The cached value of the 'Upper Boundary' attribute.
protected  boolean upperBoundaryInclusive
          The cached value of the 'Upper Boundary Inclusive' attribute.
protected  boolean upperBoundaryInclusiveESet
          This is true if the Upper Boundary Inclusive attribute has been set.
 
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 class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected RangeFeatureValuesXMLImpl()
           
 
Method Summary
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
 void eUnset(int featureID)
           
 Object getLowerBoundary()
           
 Object getUpperBoundary()
           
 boolean isLowerBoundaryInclusive()
           
 boolean isSetLowerBoundaryInclusive()
           
 boolean isSetUpperBoundaryInclusive()
           
 boolean isUpperBoundaryInclusive()
           
 void setLowerBoundary(Object newLowerBoundary)
           
 void setLowerBoundaryInclusive(boolean newLowerBoundaryInclusive)
           
 void setUpperBoundary(Object newUpperBoundary)
           
 void setUpperBoundaryInclusive(boolean newUpperBoundaryInclusive)
           
 String toString()
           
 void unsetLowerBoundaryInclusive()
           
 void unsetUpperBoundaryInclusive()
           
 
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 org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

LOWER_BOUNDARY_EDEFAULT

protected static final Object LOWER_BOUNDARY_EDEFAULT
The default value of the 'Lower Boundary' attribute.

See Also:
getLowerBoundary()

lowerBoundary

protected Object lowerBoundary
The cached value of the 'Lower Boundary' attribute.

See Also:
getLowerBoundary()

LOWER_BOUNDARY_INCLUSIVE_EDEFAULT

protected static final boolean LOWER_BOUNDARY_INCLUSIVE_EDEFAULT
The default value of the 'Lower Boundary Inclusive' attribute.

See Also:
isLowerBoundaryInclusive(), Constant Field Values

lowerBoundaryInclusive

protected boolean lowerBoundaryInclusive
The cached value of the 'Lower Boundary Inclusive' attribute.

See Also:
isLowerBoundaryInclusive()

lowerBoundaryInclusiveESet

protected boolean lowerBoundaryInclusiveESet
This is true if the Lower Boundary Inclusive attribute has been set.


UPPER_BOUNDARY_EDEFAULT

protected static final Object UPPER_BOUNDARY_EDEFAULT
The default value of the 'Upper Boundary' attribute.

See Also:
getUpperBoundary()

upperBoundary

protected Object upperBoundary
The cached value of the 'Upper Boundary' attribute.

See Also:
getUpperBoundary()

UPPER_BOUNDARY_INCLUSIVE_EDEFAULT

protected static final boolean UPPER_BOUNDARY_INCLUSIVE_EDEFAULT
The default value of the 'Upper Boundary Inclusive' attribute.

See Also:
isUpperBoundaryInclusive(), Constant Field Values

upperBoundaryInclusive

protected boolean upperBoundaryInclusive
The cached value of the 'Upper Boundary Inclusive' attribute.

See Also:
isUpperBoundaryInclusive()

upperBoundaryInclusiveESet

protected boolean upperBoundaryInclusiveESet
This is true if the Upper Boundary Inclusive attribute has been set.

Constructor Detail

RangeFeatureValuesXMLImpl

protected RangeFeatureValuesXMLImpl()

Method Detail

eStaticClass

protected org.eclipse.emf.ecore.EClass eStaticClass()

Overrides:
eStaticClass in class org.eclipse.emf.ecore.impl.EObjectImpl

getLowerBoundary

public Object getLowerBoundary()

Specified by:
getLowerBoundary in interface RangeFeatureValuesXML
Returns:
the value of the 'Lower Boundary' attribute.
See Also:
RangeFeatureValuesXML.setLowerBoundary(Object), ConfigPackage.getRangeFeatureValuesXML_LowerBoundary()

setLowerBoundary

public void setLowerBoundary(Object newLowerBoundary)

Specified by:
setLowerBoundary in interface RangeFeatureValuesXML
Parameters:
newLowerBoundary - the new value of the 'Lower Boundary' attribute.
See Also:
RangeFeatureValuesXML.getLowerBoundary()

isLowerBoundaryInclusive

public boolean isLowerBoundaryInclusive()

Specified by:
isLowerBoundaryInclusive in interface RangeFeatureValuesXML
Returns:
the value of the 'Lower Boundary Inclusive' attribute.
See Also:
RangeFeatureValuesXML.isSetLowerBoundaryInclusive(), RangeFeatureValuesXML.unsetLowerBoundaryInclusive(), RangeFeatureValuesXML.setLowerBoundaryInclusive(boolean), ConfigPackage.getRangeFeatureValuesXML_LowerBoundaryInclusive()

setLowerBoundaryInclusive

public void setLowerBoundaryInclusive(boolean newLowerBoundaryInclusive)

Specified by:
setLowerBoundaryInclusive in interface RangeFeatureValuesXML
Parameters:
newLowerBoundaryInclusive - the new value of the 'Lower Boundary Inclusive' attribute.
See Also:
RangeFeatureValuesXML.isSetLowerBoundaryInclusive(), RangeFeatureValuesXML.unsetLowerBoundaryInclusive(), RangeFeatureValuesXML.isLowerBoundaryInclusive()

unsetLowerBoundaryInclusive

public void unsetLowerBoundaryInclusive()

Specified by:
unsetLowerBoundaryInclusive in interface RangeFeatureValuesXML
See Also:
RangeFeatureValuesXML.isSetLowerBoundaryInclusive(), RangeFeatureValuesXML.isLowerBoundaryInclusive(), RangeFeatureValuesXML.setLowerBoundaryInclusive(boolean)

isSetLowerBoundaryInclusive

public boolean isSetLowerBoundaryInclusive()

Specified by:
isSetLowerBoundaryInclusive in interface RangeFeatureValuesXML
Returns:
whether the value of the 'Lower Boundary Inclusive' attribute is set.
See Also:
RangeFeatureValuesXML.unsetLowerBoundaryInclusive(), RangeFeatureValuesXML.isLowerBoundaryInclusive(), RangeFeatureValuesXML.setLowerBoundaryInclusive(boolean)

getUpperBoundary

public Object getUpperBoundary()

Specified by:
getUpperBoundary in interface RangeFeatureValuesXML
Returns:
the value of the 'Upper Boundary' attribute.
See Also:
RangeFeatureValuesXML.setUpperBoundary(Object), ConfigPackage.getRangeFeatureValuesXML_UpperBoundary()

setUpperBoundary

public void setUpperBoundary(Object newUpperBoundary)

Specified by:
setUpperBoundary in interface RangeFeatureValuesXML
Parameters:
newUpperBoundary - the new value of the 'Upper Boundary' attribute.
See Also:
RangeFeatureValuesXML.getUpperBoundary()

isUpperBoundaryInclusive

public boolean isUpperBoundaryInclusive()

Specified by:
isUpperBoundaryInclusive in interface RangeFeatureValuesXML
Returns:
the value of the 'Upper Boundary Inclusive' attribute.
See Also:
RangeFeatureValuesXML.isSetUpperBoundaryInclusive(), RangeFeatureValuesXML.unsetUpperBoundaryInclusive(), RangeFeatureValuesXML.setUpperBoundaryInclusive(boolean), ConfigPackage.getRangeFeatureValuesXML_UpperBoundaryInclusive()

setUpperBoundaryInclusive

public void setUpperBoundaryInclusive(boolean newUpperBoundaryInclusive)

Specified by:
setUpperBoundaryInclusive in interface RangeFeatureValuesXML
Parameters:
newUpperBoundaryInclusive - the new value of the 'Upper Boundary Inclusive' attribute.
See Also:
RangeFeatureValuesXML.isSetUpperBoundaryInclusive(), RangeFeatureValuesXML.unsetUpperBoundaryInclusive(), RangeFeatureValuesXML.isUpperBoundaryInclusive()

unsetUpperBoundaryInclusive

public void unsetUpperBoundaryInclusive()

Specified by:
unsetUpperBoundaryInclusive in interface RangeFeatureValuesXML
See Also:
RangeFeatureValuesXML.isSetUpperBoundaryInclusive(), RangeFeatureValuesXML.isUpperBoundaryInclusive(), RangeFeatureValuesXML.setUpperBoundaryInclusive(boolean)

isSetUpperBoundaryInclusive

public boolean isSetUpperBoundaryInclusive()

Specified by:
isSetUpperBoundaryInclusive in interface RangeFeatureValuesXML
Returns:
whether the value of the 'Upper Boundary Inclusive' attribute is set.
See Also:
RangeFeatureValuesXML.unsetUpperBoundaryInclusive(), RangeFeatureValuesXML.isUpperBoundaryInclusive(), RangeFeatureValuesXML.setUpperBoundaryInclusive(boolean)

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eSet

public void eSet(int featureID,
                 Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

toString

public String toString()

Overrides:
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.