@Portable public enum CodeType extends Enum<CodeType>
Enum Constant and Description |
---|
BODY_HEIGHT |
INTERCEPTION_POINTS |
MAIN |
ON_CLOSE |
ON_CONCURRENT_COPY |
ON_CONCURRENT_DELETE |
ON_CONCURRENT_RENAME |
ON_CONCURRENT_UPDATE |
ON_COPY |
ON_DELETE |
ON_FOCUS |
ON_LOST_FOCUS |
ON_MAY_CLOSE |
ON_OPEN |
ON_RENAME |
ON_SHUTDOWN |
ON_STARTUP |
ON_UPDATE |
PANEL_TYPE |
PRIORITY |
RESOURCE_TYPE |
TITLE |
Modifier and Type | Method and Description |
---|---|
static CodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeType MAIN
public static final CodeType ON_OPEN
public static final CodeType ON_FOCUS
public static final CodeType ON_LOST_FOCUS
public static final CodeType ON_MAY_CLOSE
public static final CodeType ON_CLOSE
public static final CodeType ON_STARTUP
public static final CodeType ON_SHUTDOWN
public static final CodeType ON_RENAME
public static final CodeType ON_DELETE
public static final CodeType ON_COPY
public static final CodeType ON_UPDATE
public static final CodeType ON_CONCURRENT_UPDATE
public static final CodeType ON_CONCURRENT_DELETE
public static final CodeType ON_CONCURRENT_RENAME
public static final CodeType ON_CONCURRENT_COPY
public static final CodeType TITLE
public static final CodeType RESOURCE_TYPE
public static final CodeType PRIORITY
public static final CodeType BODY_HEIGHT
public static final CodeType INTERCEPTION_POINTS
public static final CodeType PANEL_TYPE
public static CodeType[] values()
for (CodeType c : CodeType.values()) System.out.println(c);
public static CodeType 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 nullCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.