com.ibm.websphere.product.metadata.im
Class IMFeature
- java.lang.Object
com.ibm.websphere.product.metadata.im.IMPackage
com.ibm.websphere.product.metadata.im.IMFeature
- public class IMFeature
- extends com.ibm.websphere.product.metadata.im.IMPackage
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 |
---|---|
|
getFeatureID()
Returns the ID of this feature.
|
|
getFeatureName()
Returns the name of this feature.
|
|
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