|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'Custom Attribute'.
The following features are supported:
GMFGraphPackage.getCustomAttribute()| Method Summary | |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
java.lang.String |
getValue()
Returns the value of the 'Value' attribute. |
boolean |
isDirectAccess()
Returns the value of the 'Direct Access' attribute. |
boolean |
isMultiStatementValue()
Returns the value of the 'Multi Statement Value' attribute. |
void |
setDirectAccess(boolean value)
Sets the value of the ' Direct Access' attribute |
void |
setMultiStatementValue(boolean value)
Sets the value of the ' Multi Statement Value' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute |
void |
setValue(java.lang.String value)
Sets the value of the ' Value' attribute |
| 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 |
public java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
CustomAttribute.setName(String),
GMFGraphPackage.getCustomAttribute_Name()public void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.CustomAttribute.getName()public java.lang.String getValue()
"null".
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
CustomAttribute.setValue(String),
GMFGraphPackage.getCustomAttribute_Value()public void setValue(java.lang.String value)
Value' attribute.
value - the new value of the 'Value' attribute.CustomAttribute.getValue()public boolean isDirectAccess()
"false".
If the meaning of the 'Direct Access' attribute isn't clear, there really should be more of a description here...
CustomAttribute.setDirectAccess(boolean),
GMFGraphPackage.getCustomAttribute_DirectAccess()public void setDirectAccess(boolean value)
Direct Access' attribute.
value - the new value of the 'Direct Access' attribute.CustomAttribute.isDirectAccess()public boolean isMultiStatementValue()
"false".
If the meaning of the 'Multi Statement Value' attribute isn't clear, there really should be more of a description here...
CustomAttribute.setMultiStatementValue(boolean),
GMFGraphPackage.getCustomAttribute_MultiStatementValue()public void setMultiStatementValue(boolean value)
Multi Statement Value' attribute.
value - the new value of the 'Multi Statement Value' attribute.CustomAttribute.isMultiStatementValue()
|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.