com.ibm.websphere.models.config.wbi.nd.topology.instance
Interface WBIBaseElement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
WBI_SIB, WBIComponent, WBIRestServicesComponent, WBIRuntimeCapability, WBITopologyPattern, WBITopologyRole
All Known Implementing Classes:
WBI_SIBImpl, WBIBaseElementImpl, WBIComponentImpl, WBIRestServicesComponentImpl, WBIRuntimeCapabilityImpl, WBITopologyPatternImpl, WBITopologyRoleImpl

public interface WBIBaseElement
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'WBI Base Element'.

The following features are supported:

See Also:
WBITopologyPackage.getWBIBaseElement()

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' 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

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), WBITopologyPackage.getWBIBaseElement_Id()

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

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

setName

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

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

getVersion

java.lang.String getVersion()
Returns the value of the 'Version' attribute.

If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), WBITopologyPackage.getWBIBaseElement_Version()

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), WBITopologyPackage.getWBIBaseElement_Description()

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()