public interface PropertyFile
extends org.eclipse.emf.cdo.CDOObject
The following features are supported:
PropertiesPackage.getPropertyFile()| Modifier and Type | Method and Description |
|---|---|
Map<String,Property> |
asMap()
Returns a map view of the properties file.
|
String |
getLicenseHeader()
Returns the value of the 'License Header' attribute
|
org.eclipse.emf.common.util.EList<Property> |
getProperties()
Returns the value of the 'Properties' containment reference list.
|
Property |
getProperty(String key) |
void |
setLicenseHeader(String value)
Sets the value of the '
License Header' attribute |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionorg.eclipse.emf.common.util.EList<Property> getProperties()
Property.
If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...
PropertiesPackage.getPropertyFile_Properties()String getLicenseHeader()
If the meaning of the 'License Header' attribute isn't clear, there really should be more of a description here...
setLicenseHeader(String),
PropertiesPackage.getPropertyFile_LicenseHeader()void setLicenseHeader(String value)
License Header' attribute.
value - the new value of the 'License Header' attribute.getLicenseHeader()Copyright © 2013–2014 Jabylon. All rights reserved.