public interface PropertyAnnotation
extends org.eclipse.emf.cdo.CDOObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the value of the 'Name' attribute
|
Map<String,String> |
getValues()
Returns the value of the 'Values' attribute
|
void |
setName(String value)
Sets the value of the '
Name' attribute |
void |
setValues(Map<String,String> value)
Sets the value of the '
Values' attribute |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionString getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
PropertiesPackage.getPropertyAnnotation_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Map<String,String> getValues()
If the meaning of the 'Values' attribute isn't clear, there really should be more of a description here...
setValues(Map),
PropertiesPackage.getPropertyAnnotation_Values()void setValues(Map<String,String> value)
Values' attribute.
value - the new value of the 'Values' attribute.getValues()Copyright © 2013–2014 Jabylon. All rights reserved.