public interface Property extends org.eclipse.emf.cdo.CDOObject, Serializable
The following features are supported:
PropertiesPackage.getProperty()| Modifier and Type | Method and Description |
|---|---|
PropertyAnnotation |
findAnnotation(String name)
Tries to find an annotation of the given name and returns it.
|
org.eclipse.emf.common.util.EList<PropertyAnnotation> |
getAnnotations()
Returns the value of the 'Annotations' reference list.
|
String |
getComment()
Returns the value of the 'Comment' attribute
|
String |
getCommentWithoutAnnotations()
Returns the value of the 'Comment Without Annotations' 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()
The translation comment associated with the comment. If the comment contains any annotations, they are extracted automatically
setComment(String),
PropertiesPackage.getProperty_Comment()void setComment(String value)
Comment' attribute.
value - the new value of the 'Comment' attribute.getComment()org.eclipse.emf.common.util.EList<PropertyAnnotation> getAnnotations()
PropertyAnnotation.
If the meaning of the 'Annotations' reference list isn't clear, there really should be more of a description here...
PropertiesPackage.getProperty_Annotations()String getCommentWithoutAnnotations()
This is the comment of the property minus any annotations found
PropertiesPackage.getProperty_CommentWithoutAnnotations()PropertyAnnotation findAnnotation(String name)
null is returned
Copyright © 2013–2014 Jabylon. All rights reserved.