IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.profile.defauld.component.defaultcomponentprofile
Interface Attribute

All Superinterfaces:
EObject, Notifier

public interface Attribute
extends EObject

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:

See Also:
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

getName

public String getName()
Returns the value of the 'Name' attribute. This is the name of the Attribute in the InformationModel whose state is retained.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DefaultcomponentprofilePackage.getAttribute_Name()

setName

public void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getType

public String getType()
Returns the value of the 'Type' attribute. This is the Attribute type.

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), DefaultcomponentprofilePackage.getAttribute_Type()

setType

public void setType(String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()

getDefaultValue

public String getDefaultValue()
Returns the value of the 'Default Value' attribute. This is the default value of the Attribute in the InformationModel.

Returns:
the value of the 'Default Value' attribute.
See Also:
setDefaultValue(String), DefaultcomponentprofilePackage.getAttribute_DefaultValue()

setDefaultValue

public void setDefaultValue(String value)
Sets the value of the 'Default Value' attribute.

Parameters:
value - the new value of the 'Default Value' attribute.
See Also:
getDefaultValue()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.