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

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

public interface DtoBooleanProperty
extends DtoDataProperty

A representation of the model object 'Dto Boolean Property'.

The following features are supported:

See Also:
DataContractDslPackage.getDtoBooleanProperty()

Method Summary
 java.lang.Boolean getDefaultValue()
          Returns the value of the 'Default Value' attribute.
 void setDefaultValue(java.lang.Boolean 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.Boolean 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(Boolean), DataContractDslPackage.getDtoBooleanProperty_DefaultValue()

setDefaultValue

void setDefaultValue(java.lang.Boolean 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.