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

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

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

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

The following features are supported:

See Also:
ConfigPackage.getEnumFeatureValuesXML()

Method Summary
 org.eclipse.emf.common.util.EList<String> getValues()
          Returns the value of the 'Values' attribute list.
 boolean isCaseSensitive()
          Returns the value of the 'Case Sensitive' attribute.
 boolean isSetCaseSensitive()
          Returns whether the value of the 'Case Sensitive' attribute is set.
 void setCaseSensitive(boolean value)
          Sets the value of the 'Case Sensitive' attribute.
 void unsetCaseSensitive()
          Unsets the value of the 'Case Sensitive' 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

getValues

org.eclipse.emf.common.util.EList<String> getValues()
Returns the value of the 'Values' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Values' attribute list.
See Also:
ConfigPackage.getEnumFeatureValuesXML_Values()

isCaseSensitive

boolean isCaseSensitive()
Returns the value of the 'Case Sensitive' attribute.

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

Returns:
the value of the 'Case Sensitive' attribute.
See Also:
isSetCaseSensitive(), unsetCaseSensitive(), setCaseSensitive(boolean), ConfigPackage.getEnumFeatureValuesXML_CaseSensitive()

setCaseSensitive

void setCaseSensitive(boolean value)
Sets the value of the 'Case Sensitive' attribute.

Parameters:
value - the new value of the 'Case Sensitive' attribute.
See Also:
isSetCaseSensitive(), unsetCaseSensitive(), isCaseSensitive()

unsetCaseSensitive

void unsetCaseSensitive()
Unsets the value of the 'Case Sensitive' attribute.

See Also:
isSetCaseSensitive(), isCaseSensitive(), setCaseSensitive(boolean)

isSetCaseSensitive

boolean isSetCaseSensitive()
Returns whether the value of the 'Case Sensitive' attribute is set.

Returns:
whether the value of the 'Case Sensitive' attribute is set.
See Also:
unsetCaseSensitive(), isCaseSensitive(), setCaseSensitive(boolean)


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