public enum CustomDataType extends Enum<CustomDataType>
| Enum Constant and Description |
|---|
INSTALLER_LISTENER
Identifier for custom data type "installer listener".
|
UNINSTALLER_JAR
Identifier for custom data typ "uninstaller jar files".
|
UNINSTALLER_LIB
Identifier for custom data typ "uninstaller lib".
|
UNINSTALLER_LISTENER
Identifier for custom data typ "uninstaller listener".
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute() |
static CustomDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomDataType INSTALLER_LISTENER
public static final CustomDataType UNINSTALLER_LISTENER
public static final CustomDataType UNINSTALLER_LIB
public static final CustomDataType UNINSTALLER_JAR
public static CustomDataType[] values()
for (CustomDataType c : CustomDataType.values()) System.out.println(c);
public static CustomDataType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getAttribute()
Copyright © 2001–2025. All rights reserved.