org.openxma.dsl.ddl.ddlDsl.SqlTimeStamp Maven / Gradle / Ivy
The newest version!
/**
*
*
*
*/
package org.openxma.dsl.ddl.ddlDsl;
/**
*
* A representation of the model object 'Sql Time Stamp'.
*
*
*
* The following features are supported:
*
* - {@link org.openxma.dsl.ddl.ddlDsl.SqlTimeStamp#getPrecision Precision}
*
*
*
* @see org.openxma.dsl.ddl.ddlDsl.DdlDslPackage#getSqlTimeStamp()
* @model
* @generated
*/
public interface SqlTimeStamp extends SqlDateTime
{
/**
* Returns the value of the 'Precision' attribute.
*
*
* If the meaning of the 'Precision' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Precision' attribute.
* @see #setPrecision(int)
* @see org.openxma.dsl.ddl.ddlDsl.DdlDslPackage#getSqlTimeStamp_Precision()
* @model
* @generated
*/
int getPrecision();
/**
* Sets the value of the '{@link org.openxma.dsl.ddl.ddlDsl.SqlTimeStamp#getPrecision Precision}' attribute.
*
*
* @param value the new value of the 'Precision' attribute.
* @see #getPrecision()
* @generated
*/
void setPrecision(int value);
} // SqlTimeStamp