Interface PropertyFileDescriptor
-
- 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<Resolvable<?,?>,PropertyFileDescriptor>
- All Known Implementing Classes:
PropertyFileDescriptorImpl
public interface PropertyFileDescriptor extends Resolvable<Resolvable<?,?>,PropertyFileDescriptor>
A representation of the model object 'Property File Descriptor'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<PropertyFileDescriptor>getDerivedDescriptors()Returns the value of the 'Derived Descriptors' reference list.intgetKeys()Returns the value of the 'Keys' attribute.CommentgetLastModification()Returns the value of the 'Last Modification' reference.longgetLastModified()Returns the value of the 'Last Modified' attribute.org.eclipse.emf.common.util.URIgetLocation()Returns the value of the 'Location' attribute.PropertyFileDescriptorgetMaster()Returns the value of the 'Master' reference.ProjectLocalegetProjectLocale()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.LocalegetVariant()Returns the value of the 'Variant' attribute.booleanisMaster()PropertyFileloadProperties()PropertyFileloadProperties(InputStream in)voidsetKeys(int value)Sets the value of the 'Keys' attribute.voidsetLastModification(Comment value)Sets the value of the 'Last Modification' reference.voidsetLastModified(long value)Sets the value of the 'Last Modified' attribute.voidsetLocation(org.eclipse.emf.common.util.URI value)Sets the value of the 'Location' attribute.voidsetMaster(PropertyFileDescriptor value)Sets the value of the 'Master' reference.voidsetProjectLocale(ProjectLocale value)Sets the value of the 'Project Locale' reference.voidsetVariant(Locale value)Sets the value of the 'Variant' 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
-
-
-
-
Method Detail
-
getVariant
Locale getVariant()
Returns the value of the 'Variant' attribute.If the meaning of the 'Variant' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Variant' attribute.
- See Also:
setVariant(Locale),PropertiesPackage.getPropertyFileDescriptor_Variant()
-
setVariant
void setVariant(Locale value)
Sets the value of the 'Variant' attribute.- Parameters:
value- the new value of the 'Variant' attribute.- See Also:
getVariant()
-
getLocation
org.eclipse.emf.common.util.URI getLocation()
Returns the value of the 'Location' attribute.If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Location' attribute.
- See Also:
setLocation(URI),PropertiesPackage.getPropertyFileDescriptor_Location()
-
setLocation
void setLocation(org.eclipse.emf.common.util.URI value)
Sets the value of the 'Location' attribute.- Parameters:
value- the new value of the 'Location' attribute.- See Also:
getLocation()
-
isMaster
boolean isMaster()
If the meaning of the 'Master' attribute isn't clear, there really should be more of a description here...
-
loadProperties
PropertyFile loadProperties()
-
loadProperties
PropertyFile loadProperties(InputStream in)
-
getMaster
PropertyFileDescriptor getMaster()
Returns the value of the 'Master' reference. It is bidirectional and its opposite is 'Derived Descriptors'.If the meaning of the 'Master' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Master' reference.
- See Also:
setMaster(PropertyFileDescriptor),PropertiesPackage.getPropertyFileDescriptor_Master(),getDerivedDescriptors()
-
setMaster
void setMaster(PropertyFileDescriptor value)
Sets the value of the 'Master' reference.- Parameters:
value- the new value of the 'Master' reference.- See Also:
getMaster()
-
getProjectLocale
ProjectLocale getProjectLocale()
Returns the value of the 'Project Locale' reference. It is bidirectional and its opposite is 'Descriptors'.If the meaning of the 'Project Locale' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Project Locale' reference.
- See Also:
setProjectLocale(ProjectLocale),PropertiesPackage.getPropertyFileDescriptor_ProjectLocale(),ProjectLocale.getDescriptors()
-
setProjectLocale
void setProjectLocale(ProjectLocale value)
Sets the value of the 'Project Locale' reference.- Parameters:
value- the new value of the 'Project Locale' reference.- See Also:
getProjectLocale()
-
getKeys
int getKeys()
Returns the value of the 'Keys' attribute.If the meaning of the 'Keys' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Keys' attribute.
- See Also:
setKeys(int),PropertiesPackage.getPropertyFileDescriptor_Keys()
-
setKeys
void setKeys(int value)
Sets the value of the 'Keys' attribute.- Parameters:
value- the new value of the 'Keys' attribute.- See Also:
getKeys()
-
getReviews
org.eclipse.emf.common.util.EList<Review> getReviews()
Returns the value of the 'Reviews' containment reference list. The list contents are of typeReview.If the meaning of the 'Reviews' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Reviews' containment reference list.
- See Also:
PropertiesPackage.getPropertyFileDescriptor_Reviews()
-
getLastModified
long getLastModified()
Returns the value of the 'Last Modified' attribute.If the meaning of the 'Last Modified' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Last Modified' attribute.
- See Also:
setLastModified(long),PropertiesPackage.getPropertyFileDescriptor_LastModified()
-
setLastModified
void setLastModified(long value)
Sets the value of the 'Last Modified' attribute.- Parameters:
value- the new value of the 'Last Modified' attribute.- See Also:
getLastModified()
-
getLastModification
Comment getLastModification()
Returns the value of the 'Last Modification' reference.If the meaning of the 'Last Modification' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Last Modification' reference.
- See Also:
setLastModification(Comment),PropertiesPackage.getPropertyFileDescriptor_LastModification()
-
setLastModification
void setLastModification(Comment value)
Sets the value of the 'Last Modification' reference.- Parameters:
value- the new value of the 'Last Modification' reference.- See Also:
getLastModification()
-
getDerivedDescriptors
org.eclipse.emf.common.util.EList<PropertyFileDescriptor> getDerivedDescriptors()
Returns the value of the 'Derived Descriptors' reference list. The list contents are of typePropertyFileDescriptor. 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...
- Returns:
- the value of the 'Derived Descriptors' reference list.
- See Also:
PropertiesPackage.getPropertyFileDescriptor_DerivedDescriptors(),getMaster()
-
-