Interface SupportLanguages
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SupportLanguagesImpl
public interface SupportLanguages
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Support Languages'.
The following features are supported:
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isUse
boolean isUse()Returns the value of the 'Use' attribute.- Returns:
- the value of the 'Use' attribute.
- See Also:
-
setUse
void setUse(boolean value) Sets the value of the 'Use' attribute.- Parameters:
value- the new value of the 'Use' attribute.- See Also:
-
getLanguages
org.eclipse.emf.common.util.EList<String> getLanguages()Returns the value of the 'Languages' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Languages' attribute list.
- See Also:
-