org.mod4j.dsl.datacontract.mm.DataContractDsl
Interface DtoDateTimeProperty

All Superinterfaces:
DtoDataProperty, DtoProperty, org.eclipse.emf.ecore.EObject, ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DtoDateTimePropertyImpl

public interface DtoDateTimeProperty
extends DtoDataProperty

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

The following features are supported:

See Also:
DataContractDslPackage.getDtoDateTimeProperty()

Method Summary
 java.lang.String getDefaultValue()
          Returns the value of the 'Default Value' attribute.
 void setDefaultValue(java.lang.String value)
          Sets the value of the 'Default Value' attribute.
 
Methods inherited from interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoDataProperty
isHasDefault, setHasDefault
 
Methods inherited from interface org.mod4j.dsl.datacontract.mm.DataContractDsl.DtoProperty
getBusinessClassDto, getCustomDto, getDataType, isMandatoryForCreation, isNullable, isWritable, setBusinessClassDto, setCustomDto, setDataType, setMandatoryForCreation, setNullable, setWritable
 
Methods inherited from interface org.mod4j.dsl.datacontract.mm.DataContractDsl.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

getDefaultValue

java.lang.String getDefaultValue()
Returns the value of the 'Default Value' attribute.

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), DataContractDslPackage.getDtoDateTimeProperty_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.