Package org.jabylon.properties
Interface PropertyAnnotation
-
- 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
- All Known Implementing Classes:
PropertyAnnotationImpl
public interface PropertyAnnotation extends org.eclipse.emf.cdo.CDOObjectA representation of the model object 'Property Annotation'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the value of the 'Name' attribute.Map<String,String>getValues()Returns the value of the 'Values' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetValues(Map<String,String> value)Sets the value of the 'Values' 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
-
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),PropertiesPackage.getPropertyAnnotation_Name()
-
setName
void setName(String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getValues
Map<String,String> getValues()
Returns the value of the 'Values' attribute.If the meaning of the 'Values' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Values' attribute.
- See Also:
setValues(Map),PropertiesPackage.getPropertyAnnotation_Values()
-
setValues
void setValues(Map<String,String> value)
Sets the value of the 'Values' attribute.- Parameters:
value- the new value of the 'Values' attribute.- See Also:
getValues()
-
-