org.apache.uima.tools.cfe.config
Interface RangeFeatureValuesXML

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
RangeFeatureValuesXMLImpl

public interface RangeFeatureValuesXML
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Range Feature Values XML'.

The following features are supported:

See Also:
ConfigPackage.getRangeFeatureValuesXML()

Method Summary
 Object getLowerBoundary()
          Returns the value of the 'Lower Boundary' attribute.
 Object getUpperBoundary()
          Returns the value of the 'Upper Boundary' attribute.
 boolean isLowerBoundaryInclusive()
          Returns the value of the 'Lower Boundary Inclusive' attribute.
 boolean isSetLowerBoundaryInclusive()
          Returns whether the value of the 'Lower Boundary Inclusive' attribute is set.
 boolean isSetUpperBoundaryInclusive()
          Returns whether the value of the 'Upper Boundary Inclusive' attribute is set.
 boolean isUpperBoundaryInclusive()
          Returns the value of the 'Upper Boundary Inclusive' attribute.
 void setLowerBoundary(Object value)
          Sets the value of the 'Lower Boundary' attribute.
 void setLowerBoundaryInclusive(boolean value)
          Sets the value of the 'Lower Boundary Inclusive' attribute.
 void setUpperBoundary(Object value)
          Sets the value of the 'Upper Boundary' attribute.
 void setUpperBoundaryInclusive(boolean value)
          Sets the value of the 'Upper Boundary Inclusive' attribute.
 void unsetLowerBoundaryInclusive()
          Unsets the value of the 'Lower Boundary Inclusive' attribute.
 void unsetUpperBoundaryInclusive()
          Unsets the value of the 'Upper Boundary Inclusive' attribute.
 
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
 

Method Detail

getLowerBoundary

Object getLowerBoundary()
Returns the value of the 'Lower Boundary' attribute.

If the meaning of the 'Lower Boundary' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Lower Boundary' attribute.
See Also:
setLowerBoundary(Object), ConfigPackage.getRangeFeatureValuesXML_LowerBoundary()

setLowerBoundary

void setLowerBoundary(Object value)
Sets the value of the 'Lower Boundary' attribute.

Parameters:
value - the new value of the 'Lower Boundary' attribute.
See Also:
getLowerBoundary()

isLowerBoundaryInclusive

boolean isLowerBoundaryInclusive()
Returns the value of the 'Lower Boundary Inclusive' attribute.

If the meaning of the 'Lower Boundary Inclusive' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Lower Boundary Inclusive' attribute.
See Also:
isSetLowerBoundaryInclusive(), unsetLowerBoundaryInclusive(), setLowerBoundaryInclusive(boolean), ConfigPackage.getRangeFeatureValuesXML_LowerBoundaryInclusive()

setLowerBoundaryInclusive

void setLowerBoundaryInclusive(boolean value)
Sets the value of the 'Lower Boundary Inclusive' attribute.

Parameters:
value - the new value of the 'Lower Boundary Inclusive' attribute.
See Also:
isSetLowerBoundaryInclusive(), unsetLowerBoundaryInclusive(), isLowerBoundaryInclusive()

unsetLowerBoundaryInclusive

void unsetLowerBoundaryInclusive()
Unsets the value of the 'Lower Boundary Inclusive' attribute.

See Also:
isSetLowerBoundaryInclusive(), isLowerBoundaryInclusive(), setLowerBoundaryInclusive(boolean)

isSetLowerBoundaryInclusive

boolean isSetLowerBoundaryInclusive()
Returns whether the value of the 'Lower Boundary Inclusive' attribute is set.

Returns:
whether the value of the 'Lower Boundary Inclusive' attribute is set.
See Also:
unsetLowerBoundaryInclusive(), isLowerBoundaryInclusive(), setLowerBoundaryInclusive(boolean)

getUpperBoundary

Object getUpperBoundary()
Returns the value of the 'Upper Boundary' attribute.

If the meaning of the 'Upper Boundary' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Upper Boundary' attribute.
See Also:
setUpperBoundary(Object), ConfigPackage.getRangeFeatureValuesXML_UpperBoundary()

setUpperBoundary

void setUpperBoundary(Object value)
Sets the value of the 'Upper Boundary' attribute.

Parameters:
value - the new value of the 'Upper Boundary' attribute.
See Also:
getUpperBoundary()

isUpperBoundaryInclusive

boolean isUpperBoundaryInclusive()
Returns the value of the 'Upper Boundary Inclusive' attribute.

If the meaning of the 'Upper Boundary Inclusive' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Upper Boundary Inclusive' attribute.
See Also:
isSetUpperBoundaryInclusive(), unsetUpperBoundaryInclusive(), setUpperBoundaryInclusive(boolean), ConfigPackage.getRangeFeatureValuesXML_UpperBoundaryInclusive()

setUpperBoundaryInclusive

void setUpperBoundaryInclusive(boolean value)
Sets the value of the 'Upper Boundary Inclusive' attribute.

Parameters:
value - the new value of the 'Upper Boundary Inclusive' attribute.
See Also:
isSetUpperBoundaryInclusive(), unsetUpperBoundaryInclusive(), isUpperBoundaryInclusive()

unsetUpperBoundaryInclusive

void unsetUpperBoundaryInclusive()
Unsets the value of the 'Upper Boundary Inclusive' attribute.

See Also:
isSetUpperBoundaryInclusive(), isUpperBoundaryInclusive(), setUpperBoundaryInclusive(boolean)

isSetUpperBoundaryInclusive

boolean isSetUpperBoundaryInclusive()
Returns whether the value of the 'Upper Boundary Inclusive' attribute is set.

Returns:
whether the value of the 'Upper Boundary Inclusive' attribute is set.
See Also:
unsetUpperBoundaryInclusive(), isUpperBoundaryInclusive(), setUpperBoundaryInclusive(boolean)


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