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

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

public interface DtoEnumerationProperty
extends DtoDataProperty

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

The following features are supported:

See Also:
DataContractDslPackage.getDtoEnumerationProperty()

Method Summary
 EnumerationDto getType()
          Returns the value of the 'Type' reference.
 void setType(EnumerationDto value)
          Sets the value of the 'Type' reference.
 
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

getType

EnumerationDto 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(EnumerationDto), DataContractDslPackage.getDtoEnumerationProperty_Type()

setType

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

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


Copyright © 2009 Mod4j. All Rights Reserved.