public class ConfigurationSetNameListenerType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONFIG_SET_NAME_LISTENER_NUM |
static int |
ON_ACTIVATE_CONFIG_SET |
static int |
ON_REMOVE_CONFIG_SET |
static int |
ON_UPDATE_CONFIG_SET |
Constructor and Description |
---|
ConfigurationSetNameListenerType() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(int type)
Convert ConfigurationSetNameListenerType into the string.
|
public static final int ON_UPDATE_CONFIG_SET
public static final int ON_REMOVE_CONFIG_SET
public static final int ON_ACTIVATE_CONFIG_SET
public static final int CONFIG_SET_NAME_LISTENER_NUM
public static java.lang.String toString(int type)
Convert ConfigurationSetNameListenerType into the string.
type
-
The target ConfigurationSetNameListenerType for transformation