IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.product.metadata.im
Class IMFeature

java.lang.Object
  extended by com.ibm.websphere.product.metadata.im.IMPackage
      extended by com.ibm.websphere.product.metadata.im.IMFeature

public class IMFeature
extends com.ibm.websphere.product.metadata.im.IMPackage

This object represents IM feature.

Version:
8.0

Constructor Summary
IMFeature(org.w3c.dom.Node featureNode)
          IBM WEBSPHERE INTERNAL USE ONLY.
 
Method Summary
 java.lang.String getFeatureID()
          Returns the ID of this feature.
 java.lang.String getFeatureName()
          Returns the name of this feature.
 boolean isFeatureVisible()
          Returns true if this feature is visible.
 
Methods inherited from class com.ibm.websphere.product.metadata.im.IMPackage
getAttribute, getAttributes, getKind, getPackageNodes, getProperties, getProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IMFeature

public IMFeature(org.w3c.dom.Node featureNode)
IBM WEBSPHERE INTERNAL USE ONLY. Constructor.

Method Detail

getFeatureID

public java.lang.String getFeatureID()
Returns the ID of this feature.

Returns:
the ID of this feature.

getFeatureName

public java.lang.String getFeatureName()
Returns the name of this feature.

Returns:
the name of this feature.

isFeatureVisible

public boolean isFeatureVisible()
Returns true if this feature is visible. Else return false

Returns:
true if this feature is visible. Else return false

IBM WebSphere Application ServerTM
Release 8