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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
WBICluster, WBISingleServer
All Known Implementing Classes:
WBIClusterImpl, WBIDeploymentTargetImpl, WBISingleServerImpl

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

A representation of the model object 'WBI Deployment Target'.

The following features are supported:

See Also:
WBITopologyPackage.getWBIDeploymentTarget()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.lang.String getShortName()
          Returns the value of the 'Short Name' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setShortName(java.lang.String value)
          Sets the value of the 'Short Name' 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

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.getWBIDeploymentTarget_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()

getShortName

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

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

Returns:
the value of the 'Short Name' attribute.
See Also:
setShortName(String), WBITopologyPackage.getWBIDeploymentTarget_ShortName()

setShortName

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

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