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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, WBIBaseElement
All Known Implementing Classes:
WBIRuntimeCapabilityImpl

public interface WBIRuntimeCapability
extends WBIBaseElement

A representation of the model object 'WBI Runtime Capability'.

The following features are supported:

See Also:
WBITopologyPackage.getWBIRuntimeCapability()

Method Summary
 java.lang.String getType()
          Returns the value of the 'Type' attribute
 java.lang.Integer getValue()
          Returns the value of the 'Value' attribute
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute
 void setValue(java.lang.Integer value)
          Sets the value of the 'Value' attribute
 
Methods inherited from interface com.ibm.websphere.models.config.wbi.nd.topology.instance.WBIBaseElement
getDescription, getId, getName, getVersion, setDescription, setId, setName, setVersion
 
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

getValue

java.lang.Integer getValue()
Returns the value of the 'Value' attribute.

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

Returns:
the value of the 'Value' attribute.
See Also:
setValue(Integer), WBITopologyPackage.getWBIRuntimeCapability_Value()

setValue

void setValue(java.lang.Integer value)
Sets the value of the 'Value' attribute.

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

getType

java.lang.String getType()
Returns the value of the 'Type' attribute.

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

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

setType

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

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