| Package | Description |
|---|---|
| com.ibm.tivoli.nm.collectors.framework.utils |
Contains utility methods for performing common functions within the Java™ collector framework.
|
| Modifier and Type | Method and Description |
|---|---|
static IfTypeEnum |
IfTypeEnum.getType(java.lang.String strTagName)
* @param strTagName
* @return
|
static IfTypeEnum |
IfTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IfTypeEnum[] |
IfTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|