public interface ExpertAnnotation extends Annotation
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExpert()
Returns the value of the 'Expert' attribute
|
void |
setExpert(java.lang.String value)
Sets the value of the '
Expert ' attribute |
getObject, getPhrase, setObject, setPhrase
java.lang.String getExpert()
If the meaning of the 'Expert' attribute isn't clear, there really should be more of a description here...
setExpert(String)
,
AnnotationModelPackage.getExpertAnnotation_Expert()
void setExpert(java.lang.String value)
Expert
' attribute.
value
- the new value of the 'Expert' attribute.getExpert()