Interface Audit
- All Superinterfaces:
Element,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AuditImpl
public interface Audit extends Element
A representation of the model object 'Audit'.
The following features are supported:
- See Also:
KdmPackage.getAudit()
-
Method Summary
Modifier and Type Method Description StringgetAuthor()Returns the value of the 'Author' attribute.StringgetDate()Returns the value of the 'Date' attribute.StringgetDescription()Returns the value of the 'Description' attribute.voidsetAuthor(String value)Sets the value of the 'Author' attribute.voidsetDate(String value)Sets the value of the 'Date' attribute.voidsetDescription(String value)Sets the value of the 'Description' attribute.Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttributeMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDescription
String getDescription()Returns the value of the 'Description' attribute.- Returns:
- the value of the 'Description' attribute.
- See Also:
setDescription(String),KdmPackage.getAudit_Description()
-
setDescription
Sets the value of the 'Description' attribute.- Parameters:
value- the new value of the 'Description' attribute.- See Also:
getDescription()
-
getAuthor
String getAuthor()Returns the value of the 'Author' attribute.- Returns:
- the value of the 'Author' attribute.
- See Also:
setAuthor(String),KdmPackage.getAudit_Author()
-
setAuthor
Sets the value of the 'Author' attribute.- Parameters:
value- the new value of the 'Author' attribute.- See Also:
getAuthor()
-
getDate
String getDate()Returns the value of the 'Date' attribute.- Returns:
- the value of the 'Date' attribute.
- See Also:
setDate(String),KdmPackage.getAudit_Date()
-
setDate
Sets the value of the 'Date' attribute.- Parameters:
value- the new value of the 'Date' attribute.- See Also:
getDate()
-