com.ibm.websphere.product.metadata.im

Class IMFeature

  1. java.lang.Object
  2. extended bycom.ibm.websphere.product.metadata.im.IMPackage
  3. extended bycom.ibm.websphere.product.metadata.im.IMFeature

  1. public class IMFeature
  2. extends com.ibm.websphere.product.metadata.im.IMPackage
This object represents IM feature.
Version:
8.0

Constructor Summary

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

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getFeatureID()
Returns the ID of this feature.
  1. java.lang.String
getFeatureName()
Returns the name of this feature.
  1. 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

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

Method Detail

getFeatureID

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

Returns:
the ID of this feature.

getFeatureName

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

Returns:
the name of this feature.

isFeatureVisible

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

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