public interface Audit extends Element
The following features are supported:
KdmPackage.getAudit()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthor()
Returns the value of the 'Author' attribute.
|
java.lang.String |
getDate()
Returns the value of the 'Date' attribute.
|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
void |
setAuthor(java.lang.String value)
Sets the value of the '
Author' attribute. |
void |
setDate(java.lang.String value)
Sets the value of the '
Date' attribute. |
void |
setDescription(java.lang.String value)
Sets the value of the '
Description' attribute. |
getAnnotation, getAttributejava.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
KdmPackage.getAudit_Description()void setDescription(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()java.lang.String getAuthor()
If the meaning of the 'Author' attribute isn't clear, there really should be more of a description here...
setAuthor(String),
KdmPackage.getAudit_Author()void setAuthor(java.lang.String value)
Author' attribute.
value - the new value of the 'Author' attribute.getAuthor()java.lang.String getDate()
If the meaning of the 'Date' attribute isn't clear, there really should be more of a description here...
setDate(String),
KdmPackage.getAudit_Date()