|
||||||||||
| 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:
DomPackage.getProperty()| Method Summary | |
|---|---|
String |
getDefaultValue()
Returns the value of the 'Default Value' attribute. |
String |
getName()
Returns the value of the 'Name' attribute. |
org.openxma.dsl.core.model.SimpleType |
getType()
Returns the value of the 'Type' reference. |
void |
setDefaultValue(String value)
Sets the value of the ' Default Value' attribute. |
void |
setName(String value)
Sets the value of the ' Name' attribute. |
void |
setType(org.openxma.dsl.core.model.SimpleType value)
Sets the value of the ' Type' reference. |
| Methods inherited from interface org.openxma.dsl.core.model.IDocumentable |
|---|
getTxtDescription, setTxtDescription |
| 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 |
|---|
org.openxma.dsl.core.model.SimpleType getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
setType(SimpleType),
DomPackage.getProperty_Type()void setType(org.openxma.dsl.core.model.SimpleType value)
Type' reference.
value - the new value of the 'Type' reference.getType()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
DomPackage.getProperty_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()String getDefaultValue()
If the meaning of the 'Default Value' attribute isn't clear, there really should be more of a description here...
setDefaultValue(String),
DomPackage.getProperty_DefaultValue()void setDefaultValue(String value)
Default Value' attribute.
value - the new value of the 'Default Value' attribute.getDefaultValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||