|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Property
A representation of the model object 'Property'.
The following features are supported:
BusinessDomainDslPackage.getProperty()| Method Summary | |
|---|---|
java.lang.String |
getDataType()
Returns the value of the 'Data Type' attribute. |
AbstractType |
getOwningType()
Returns the value of the 'Owning Type' container reference. |
PersistencyMode |
getPersistency()
Returns the value of the 'Persistency' attribute. |
boolean |
isDerived()
Returns the value of the 'Derived' attribute. |
boolean |
isHasDefault()
Returns the value of the 'Has Default' attribute. |
boolean |
isNullable()
Returns the value of the 'Nullable' attribute. |
boolean |
isWritable()
Returns the value of the 'Writable' attribute. |
void |
setDataType(java.lang.String value)
Sets the value of the ' Data Type' attribute. |
void |
setDerived(boolean value)
Sets the value of the ' Derived' attribute. |
void |
setHasDefault(boolean value)
Sets the value of the ' Has Default' attribute. |
void |
setNullable(boolean value)
Sets the value of the ' Nullable' attribute. |
void |
setOwningType(AbstractType value)
Sets the value of the ' Owning Type' container reference. |
void |
setPersistency(PersistencyMode value)
Sets the value of the ' Persistency' attribute. |
void |
setWritable(boolean value)
Sets the value of the ' Writable' attribute. |
| 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 |
|---|
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),
BusinessDomainDslPackage.getProperty_DataType()void setDataType(java.lang.String value)
Data Type' attribute.
value - the new value of the 'Data Type' attribute.getDataType()boolean isNullable()
If the meaning of the 'Nullable' attribute isn't clear, there really should be more of a description here...
setNullable(boolean),
BusinessDomainDslPackage.getProperty_Nullable()void setNullable(boolean value)
Nullable' attribute.
value - the new value of the 'Nullable' attribute.isNullable()boolean isDerived()
"false".
If the meaning of the 'Derived' attribute isn't clear, there really should be more of a description here...
setDerived(boolean),
BusinessDomainDslPackage.getProperty_Derived()void setDerived(boolean value)
Derived' attribute.
value - the new value of the 'Derived' attribute.isDerived()boolean isWritable()
"false".
If the meaning of the 'Writable' attribute isn't clear, there really should be more of a description here...
setWritable(boolean),
BusinessDomainDslPackage.getProperty_Writable()void setWritable(boolean value)
Writable' attribute.
value - the new value of the 'Writable' attribute.isWritable()PersistencyMode getPersistency()
"ReadWrite".
The literals are from the enumeration PersistencyMode.
If the meaning of the 'Persistency' attribute isn't clear, there really should be more of a description here...
PersistencyMode,
setPersistency(PersistencyMode),
BusinessDomainDslPackage.getProperty_Persistency()void setPersistency(PersistencyMode value)
Persistency' attribute.
value - the new value of the 'Persistency' attribute.PersistencyMode,
getPersistency()boolean isHasDefault()
"false".
If the meaning of the 'Has Default' attribute isn't clear, there really should be more of a description here...
setHasDefault(boolean),
BusinessDomainDslPackage.getProperty_HasDefault()void setHasDefault(boolean value)
Has Default' attribute.
value - the new value of the 'Has Default' attribute.isHasDefault()AbstractType getOwningType()
Properties'.
If the meaning of the 'Owning Type' container reference isn't clear, there really should be more of a description here...
setOwningType(AbstractType),
BusinessDomainDslPackage.getProperty_OwningType(),
AbstractType.getProperties()void setOwningType(AbstractType value)
Owning Type' container reference.
value - the new value of the 'Owning Type' container reference.getOwningType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||