Package org.jabylon.properties
Interface ProjectLocale
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,Resolvable<ProjectVersion,Resolvable<?,?>>
- All Known Implementing Classes:
ProjectLocaleImpl
public interface ProjectLocale extends Resolvable<ProjectVersion,Resolvable<?,?>>
A representation of the model object 'Project Locale'.The following features are supported:
- See Also:
PropertiesPackage.getProjectLocale()
-
-
Field Summary
Fields Modifier and Type Field Description static LocaleTEMPLATE_LOCALEa pseudo locale indicating the template "language"
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<PropertyFileDescriptor>getDescriptors()Returns the value of the 'Descriptors' reference list.LocalegetLocale()Returns the value of the 'Locale' attribute.intgetPropertyCount()Returns the value of the 'Property Count' attribute.booleanisMaster()voidsetLocale(Locale value)Sets the value of the 'Locale' attribute.voidsetPropertyCount(int value)Sets the value of the 'Property Count' attribute.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface org.jabylon.properties.Resolvable
absoluteFilePath, absolutPath, fullPath, getChild, getChildren, getName, getParent, getPercentComplete, relativePath, resolveChild, resolveChild, setName, setParent, setPercentComplete, toURI, updatePercentComplete
-
-
-
-
Field Detail
-
TEMPLATE_LOCALE
static final Locale TEMPLATE_LOCALE
a pseudo locale indicating the template "language"
-
-
Method Detail
-
getLocale
Locale getLocale()
Returns the value of the 'Locale' attribute.If the meaning of the 'Locale' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Locale' attribute.
- See Also:
setLocale(Locale),PropertiesPackage.getProjectLocale_Locale()
-
setLocale
void setLocale(Locale value)
Sets the value of the 'Locale' attribute.- Parameters:
value- the new value of the 'Locale' attribute.- See Also:
getLocale()
-
getDescriptors
org.eclipse.emf.common.util.EList<PropertyFileDescriptor> getDescriptors()
Returns the value of the 'Descriptors' reference list. The list contents are of typePropertyFileDescriptor. It is bidirectional and its opposite is 'Project Locale'.If the meaning of the 'Descriptors' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Descriptors' reference list.
- See Also:
PropertiesPackage.getProjectLocale_Descriptors(),PropertyFileDescriptor.getProjectLocale()
-
getPropertyCount
int getPropertyCount()
Returns the value of the 'Property Count' attribute.If the meaning of the 'Property Count' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Property Count' attribute.
- See Also:
setPropertyCount(int),PropertiesPackage.getProjectLocale_PropertyCount()
-
setPropertyCount
void setPropertyCount(int value)
Sets the value of the 'Property Count' attribute.- Parameters:
value- the new value of the 'Property Count' attribute.- See Also:
getPropertyCount()
-
isMaster
boolean isMaster()
-
-