|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Attribute'. xmi:ordered=false The Attribute class captures the name, type, and defaultValue attributes of the state that is retained between invocations of operations on the interface. The name attribute is the name of the Parameter attribute. The type attribute is the Parameter attribute's type. And the defaultValue attribute is the Parameter attribute's default value.
The following features are supported:
DefaultcomponentprofilePackage.getAttribute()
Method Summary | |
String |
getDefaultValue()
Returns the value of the 'Default Value' attribute |
String |
getName()
Returns the value of the 'Name' attribute |
String |
getType()
Returns the value of the 'Type' attribute |
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(String value)
Sets the value of the ' Type ' 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 String getName()
setName(String)
,
DefaultcomponentprofilePackage.getAttribute_Name()
public void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
public String getType()
setType(String)
,
DefaultcomponentprofilePackage.getAttribute_Type()
public void setType(String value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType()
public String getDefaultValue()
setDefaultValue(String)
,
DefaultcomponentprofilePackage.getAttribute_DefaultValue()
public void setDefaultValue(String value)
Default Value
' attribute.
value
- the new value of the 'Default Value' attribute.getDefaultValue()
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
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. and others 2004. All rights reserved.