org.eclipse.gmt.modisco.omg.kdm.kdm
Interface Audit

All Superinterfaces:
Element

public interface Audit
extends Element

A representation of the model object 'Audit'.

The following features are supported:

See Also:
KdmPackage.getAudit()
Generated:
Model:

Method Summary
 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.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttribute
 

Method Detail

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), KdmPackage.getAudit_Description()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.omg.kdm.core.String"

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()
Generated:

getAuthor

java.lang.String getAuthor()
Returns the value of the 'Author' attribute.

If the meaning of the 'Author' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Author' attribute.
See Also:
setAuthor(String), KdmPackage.getAudit_Author()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.omg.kdm.core.String"

setAuthor

void setAuthor(java.lang.String value)
Sets the value of the 'Author' attribute.

Parameters:
value - the new value of the 'Author' attribute.
See Also:
getAuthor()
Generated:

getDate

java.lang.String getDate()
Returns the value of the 'Date' attribute.

If the meaning of the 'Date' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Date' attribute.
See Also:
setDate(String), KdmPackage.getAudit_Date()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.omg.kdm.core.String"

setDate

void setDate(java.lang.String value)
Sets the value of the 'Date' attribute.

Parameters:
value - the new value of the 'Date' attribute.
See Also:
getDate()
Generated: