public interface Property extends org.eclipse.emf.cdo.CDOObject, Serializable
The following features are supported:
PropertiesPackage.getProperty()| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Returns the value of the 'Comment' attribute
|
String |
getKey()
Returns the value of the 'Key' attribute
|
String |
getValue()
Returns the value of the 'Value' attribute
|
void |
setComment(String value)
Sets the value of the '
Comment' attribute |
void |
setKey(String value)
Sets the value of the '
Key' attribute |
void |
setValue(String value)
Sets the value of the '
Value' attribute |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionString getKey()
If the meaning of the 'Key' attribute isn't clear, there really should be more of a description here...
setKey(String),
PropertiesPackage.getProperty_Key()void setKey(String value)
Key' attribute.
value - the new value of the 'Key' attribute.getKey()String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String),
PropertiesPackage.getProperty_Value()void setValue(String value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()String getComment()
If the meaning of the 'Comment' attribute isn't clear, there really should be more of a description here...
setComment(String),
PropertiesPackage.getProperty_Comment()void setComment(String value)
Comment' attribute.
value - the new value of the 'Comment' attribute.getComment()Copyright © 2013–2014 Jabylon. All rights reserved.