
BusinessDomainDsl.DateTimeProperty Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mod4j-businessdomain-mm Show documentation
Show all versions of mod4j-businessdomain-mm Show documentation
This Eclipse plug-in project contains the BusinessDomain meta model.
The newest version!
/**
*
*
*
* $Id$
*/
package BusinessDomainDsl;
/**
*
* A representation of the model object 'Date Time Property'.
*
*
*
* The following features are supported:
*
* - {@link BusinessDomainDsl.DateTimeProperty#getAccuracy Accuracy}
* - {@link BusinessDomainDsl.DateTimeProperty#getDefaultValue Default Value}
*
*
*
* @see BusinessDomainDsl.BusinessDomainDslPackage#getDateTimeProperty()
* @model
* @generated
*/
public interface DateTimeProperty extends Property {
/**
* Returns the value of the 'Accuracy' attribute.
* The default value is ""
.
* The literals are from the enumeration {@link BusinessDomainDsl.DateTimeAccuracy}.
*
*
* If the meaning of the 'Accuracy' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Accuracy' attribute.
* @see BusinessDomainDsl.DateTimeAccuracy
* @see #setAccuracy(DateTimeAccuracy)
* @see BusinessDomainDsl.BusinessDomainDslPackage#getDateTimeProperty_Accuracy()
* @model default=""
* @generated
*/
DateTimeAccuracy getAccuracy();
/**
* Sets the value of the '{@link BusinessDomainDsl.DateTimeProperty#getAccuracy Accuracy}' attribute.
*
*
* @param value the new value of the 'Accuracy' attribute.
* @see BusinessDomainDsl.DateTimeAccuracy
* @see #getAccuracy()
* @generated
*/
void setAccuracy(DateTimeAccuracy value);
/**
* Returns the value of the 'Default Value' attribute.
* The default value is ""
.
*
*
* If the meaning of the 'Default Value' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Default Value' attribute.
* @see #setDefaultValue(String)
* @see BusinessDomainDsl.BusinessDomainDslPackage#getDateTimeProperty_DefaultValue()
* @model default=""
* @generated
*/
String getDefaultValue();
/**
* Sets the value of the '{@link BusinessDomainDsl.DateTimeProperty#getDefaultValue Default Value}' attribute.
*
*
* @param value the new value of the 'Default Value' attribute.
* @see #getDefaultValue()
* @generated
*/
void setDefaultValue(String value);
} // DateTimeProperty
© 2015 - 2025 Weber Informatics LLC | Privacy Policy