public interface PropertyFileDescriptor extends Resolvable<Resolvable<?,?>,PropertyFileDescriptor>
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
void |
computeLocation()
Computes the location according to the current locale and the location of the master.
|
org.eclipse.emf.common.util.EList<PropertyFileDescriptor> |
getDerivedDescriptors()
Returns the value of the 'Derived Descriptors' reference list.
|
int |
getKeys()
Returns the value of the 'Keys' attribute
|
Comment |
getLastModification()
Returns the value of the 'Last Modification' reference
|
long |
getLastModified()
Returns the value of the 'Last Modified' attribute
|
org.eclipse.emf.common.util.URI |
getLocation()
Returns the value of the 'Location' attribute
|
PropertyFileDescriptor |
getMaster()
Returns the value of the 'Master' reference.
|
ProjectLocale |
getProjectLocale()
Returns the value of the 'Project Locale' reference.
|
org.eclipse.emf.common.util.EList<Review> |
getReviews()
Returns the value of the 'Reviews' containment reference list.
|
Locale |
getVariant()
Returns the value of the 'Variant' attribute
|
boolean |
isMaster()
If the meaning of the 'Master' attribute isn't clear,
there really should be more of a description here...
|
PropertyFile |
loadProperties() |
PropertyFile |
loadProperties(InputStream in) |
void |
setKeys(int value)
Sets the value of the '
Keys' attribute |
void |
setLastModification(Comment value)
Sets the value of the '
Last Modification' reference |
void |
setLastModified(long value)
Sets the value of the '
Last Modified' attribute |
void |
setLocation(org.eclipse.emf.common.util.URI value)
Sets the value of the '
Location' attribute |
void |
setMaster(PropertyFileDescriptor value)
Sets the value of the '
Master' reference |
void |
setProjectLocale(ProjectLocale value)
Sets the value of the '
Project Locale' reference |
void |
setVariant(Locale value)
Sets the value of the '
Variant' attribute |
absoluteFilePath, absolutPath, fullPath, getChild, getChildren, getName, getParent, getPercentComplete, relativePath, resolveChild, resolveChild, setName, setParent, setPercentComplete, toURI, updatePercentCompletecdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionLocale getVariant()
If the meaning of the 'Variant' attribute isn't clear, there really should be more of a description here...
setVariant(Locale),
PropertiesPackage.getPropertyFileDescriptor_Variant()void setVariant(Locale value)
Variant' attribute.
value - the new value of the 'Variant' attribute.getVariant()org.eclipse.emf.common.util.URI getLocation()
If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...
setLocation(URI),
PropertiesPackage.getPropertyFileDescriptor_Location()void setLocation(org.eclipse.emf.common.util.URI value)
Location' attribute.
value - the new value of the 'Location' attribute.getLocation()boolean isMaster()
If the meaning of the 'Master' attribute isn't clear, there really should be more of a description here...
PropertyFile loadProperties()
void computeLocation()
PropertyFile loadProperties(InputStream in)
PropertyFileDescriptor getMaster()
Derived Descriptors'.
If the meaning of the 'Master' reference isn't clear, there really should be more of a description here...
setMaster(PropertyFileDescriptor),
PropertiesPackage.getPropertyFileDescriptor_Master(),
getDerivedDescriptors()void setMaster(PropertyFileDescriptor value)
Master' reference.
value - the new value of the 'Master' reference.getMaster()ProjectLocale getProjectLocale()
Descriptors'.
If the meaning of the 'Project Locale' reference isn't clear, there really should be more of a description here...
setProjectLocale(ProjectLocale),
PropertiesPackage.getPropertyFileDescriptor_ProjectLocale(),
ProjectLocale.getDescriptors()void setProjectLocale(ProjectLocale value)
Project Locale' reference.
value - the new value of the 'Project Locale' reference.getProjectLocale()int getKeys()
If the meaning of the 'Keys' attribute isn't clear, there really should be more of a description here...
setKeys(int),
PropertiesPackage.getPropertyFileDescriptor_Keys()void setKeys(int value)
Keys' attribute.
value - the new value of the 'Keys' attribute.getKeys()org.eclipse.emf.common.util.EList<Review> getReviews()
Review.
If the meaning of the 'Reviews' containment reference list isn't clear, there really should be more of a description here...
PropertiesPackage.getPropertyFileDescriptor_Reviews()long getLastModified()
If the meaning of the 'Last Modified' attribute isn't clear, there really should be more of a description here...
setLastModified(long),
PropertiesPackage.getPropertyFileDescriptor_LastModified()void setLastModified(long value)
Last Modified' attribute.
value - the new value of the 'Last Modified' attribute.getLastModified()Comment getLastModification()
If the meaning of the 'Last Modification' reference isn't clear, there really should be more of a description here...
setLastModification(Comment),
PropertiesPackage.getPropertyFileDescriptor_LastModification()void setLastModification(Comment value)
Last Modification' reference.
value - the new value of the 'Last Modification' reference.getLastModification()org.eclipse.emf.common.util.EList<PropertyFileDescriptor> getDerivedDescriptors()
PropertyFileDescriptor.
It is bidirectional and its opposite is 'Master'.
If the meaning of the 'Derived Descriptors' reference isn't clear, there really should be more of a description here...
PropertiesPackage.getPropertyFileDescriptor_DerivedDescriptors(),
getMaster()Copyright © 2013–2014 Jabylon. All rights reserved.