BusinessDomainDsl
Interface EnumerationProperty

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

public interface EnumerationProperty
extends Property

A representation of the model object 'Enumeration Property'.

The following features are supported:

See Also:
BusinessDomainDslPackage.getEnumerationProperty()

Method Summary
 java.lang.String getDefaultValueAsString()
          Returns the value of the 'Default Value As String' attribute.
 Enumeration getType()
          Returns the value of the 'Type' reference.
 void setDefaultValueAsString(java.lang.String value)
          Sets the value of the 'Default Value As String' attribute.
 void setType(Enumeration value)
          Sets the value of the 'Type' reference.
 
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

getType

Enumeration getType()
Returns the value of the 'Type' reference.

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

Returns:
the value of the 'Type' reference.
See Also:
setType(Enumeration), BusinessDomainDslPackage.getEnumerationProperty_Type()

setType

void setType(Enumeration value)
Sets the value of the 'Type' reference.

Parameters:
value - the new value of the 'Type' reference.
See Also:
getType()

getDefaultValueAsString

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

If the meaning of the 'Default Value As String' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Value As String' attribute.
See Also:
setDefaultValueAsString(String), BusinessDomainDslPackage.getEnumerationProperty_DefaultValueAsString()

setDefaultValueAsString

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

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


Copyright © 2010 Mod4j. All Rights Reserved.