BusinessDomainDsl
Interface BoolProperty

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

public interface BoolProperty
extends Property

A representation of the model object 'Bool Property'.

The following features are supported:

See Also:
BusinessDomainDslPackage.getBoolProperty()

Method Summary
 boolean isDefaultValue()
          Returns the value of the 'Default Value' attribute.
 void setDefaultValue(boolean 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

isDefaultValue

boolean isDefaultValue()
Returns the value of the 'Default Value' attribute. The default value is "false".

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), BusinessDomainDslPackage.getBoolProperty_DefaultValue()

setDefaultValue

void setDefaultValue(boolean value)
Sets the value of the 'Default Value' attribute.

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


Copyright © 2010 Mod4j. All Rights Reserved.