BusinessDomainDsl
Interface DateTimeProperty

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ModelElement, org.eclipse.emf.common.notify.Notifier, Property
All Known Implementing Classes:
DateTimePropertyImpl

public interface DateTimeProperty
extends Property

A representation of the model object 'Date Time Property'.

The following features are supported:

See Also:
BusinessDomainDslPackage.getDateTimeProperty()

Method Summary
 DateTimeAccuracy getAccuracy()
          Returns the value of the 'Accuracy' attribute.
 java.lang.String getDefaultValue()
          Returns the value of the 'Default Value' attribute.
 void setAccuracy(DateTimeAccuracy value)
          Sets the value of the 'Accuracy' attribute.
 void setDefaultValue(java.lang.String value)
          Sets the value of the 'Default Value' attribute.
 
Methods inherited from interface BusinessDomainDsl.Property
getDataType, getOwningType, getPersistency, isDerived, isHasDefault, isNullable, isWritable, setDataType, setDerived, setHasDefault, setNullable, setOwningType, setPersistency, setWritable
 
Methods inherited from interface BusinessDomainDsl.ModelElement
getDescription, getName, setDescription, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getAccuracy

DateTimeAccuracy getAccuracy()
Returns the value of the 'Accuracy' attribute. The default value is "". The literals are from the enumeration DateTimeAccuracy.

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

Returns:
the value of the 'Accuracy' attribute.
See Also:
DateTimeAccuracy, setAccuracy(DateTimeAccuracy), BusinessDomainDslPackage.getDateTimeProperty_Accuracy()

setAccuracy

void setAccuracy(DateTimeAccuracy value)
Sets the value of the 'Accuracy' attribute.

Parameters:
value - the new value of the 'Accuracy' attribute.
See Also:
DateTimeAccuracy, getAccuracy()

getDefaultValue

java.lang.String getDefaultValue()
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...

Returns:
the value of the 'Default Value' attribute.
See Also:
setDefaultValue(String), BusinessDomainDslPackage.getDateTimeProperty_DefaultValue()

setDefaultValue

void setDefaultValue(java.lang.String value)
Sets the value of the 'Default Value' attribute.

Parameters:
value - the new value of the 'Default Value' attribute.
See Also:
getDefaultValue()


Copyright © 2010 Mod4j. All Rights Reserved.