|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DtoProperty
A representation of the model object 'Dto Property'.
The following features are supported:
DataContractDslPackage.getDtoProperty()| Method Summary | |
|---|---|
BusinessClassDto |
getBusinessClassDto()
Returns the value of the 'Business Class Dto' container reference. |
CustomDto |
getCustomDto()
Returns the value of the 'Custom Dto' container reference. |
java.lang.String |
getDataType()
Returns the value of the 'Data Type' attribute. |
boolean |
isMandatoryForCreation()
Returns the value of the 'Mandatory For Creation' attribute. |
boolean |
isNullable()
Returns the value of the 'Nullable' attribute. |
boolean |
isWritable()
Returns the value of the 'Writable' attribute. |
void |
setBusinessClassDto(BusinessClassDto value)
Sets the value of the ' Business Class Dto' container reference. |
void |
setCustomDto(CustomDto value)
Sets the value of the ' Custom Dto' container reference. |
void |
setDataType(java.lang.String value)
Sets the value of the ' Data Type' attribute. |
void |
setMandatoryForCreation(boolean value)
Sets the value of the ' Mandatory For Creation' attribute. |
void |
setNullable(boolean value)
Sets the value of the ' Nullable' attribute. |
void |
setWritable(boolean value)
Sets the value of the ' Writable' attribute. |
| 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 |
|---|
java.lang.String getDataType()
If the meaning of the 'Data Type' attribute isn't clear, there really should be more of a description here...
setDataType(String),
DataContractDslPackage.getDtoProperty_DataType()void setDataType(java.lang.String value)
Data Type' attribute.
value - the new value of the 'Data Type' attribute.getDataType()BusinessClassDto getBusinessClassDto()
Properties'.
If the meaning of the 'Business Class Dto' container reference isn't clear, there really should be more of a description here...
setBusinessClassDto(BusinessClassDto),
DataContractDslPackage.getDtoProperty_BusinessClassDto(),
BusinessClassDto.getProperties()void setBusinessClassDto(BusinessClassDto value)
Business Class Dto' container reference.
value - the new value of the 'Business Class Dto' container reference.getBusinessClassDto()CustomDto getCustomDto()
Properties'.
If the meaning of the 'Custom Dto' container reference isn't clear, there really should be more of a description here...
setCustomDto(CustomDto),
DataContractDslPackage.getDtoProperty_CustomDto(),
CustomDto.getProperties()void setCustomDto(CustomDto value)
Custom Dto' container reference.
value - the new value of the 'Custom Dto' container reference.getCustomDto()boolean isMandatoryForCreation()
"false".
If the meaning of the 'Mandatory For Creation' attribute isn't clear, there really should be more of a description here...
setMandatoryForCreation(boolean),
DataContractDslPackage.getDtoProperty_MandatoryForCreation()void setMandatoryForCreation(boolean value)
Mandatory For Creation' attribute.
value - the new value of the 'Mandatory For Creation' attribute.isMandatoryForCreation()boolean isNullable()
"true".
If the meaning of the 'Nullable' attribute isn't clear, there really should be more of a description here...
setNullable(boolean),
DataContractDslPackage.getDtoProperty_Nullable()void setNullable(boolean value)
Nullable' attribute.
value - the new value of the 'Nullable' attribute.isNullable()boolean isWritable()
"true".
If the meaning of the 'Writable' attribute isn't clear, there really should be more of a description here...
setWritable(boolean),
DataContractDslPackage.getDtoProperty_Writable()void setWritable(boolean value)
Writable' attribute.
value - the new value of the 'Writable' attribute.isWritable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||