public enum EPObjectType extends Enum<EPObjectType>
Enum Constant and Description |
---|
CLASSPROVIDED
Application-Inlined Class.
|
CONTEXT
Context.
|
EVENTTYPE
Event type.
|
EXPRESSION
Expression.
|
INDEX
Index.
|
NAMEDWINDOW
Named window.
|
SCRIPT
Script.
|
TABLE
Table.
|
VARIABLE
Variable
|
Modifier and Type | Method and Description |
---|---|
String |
getPrettyName()
Returns the pretty-print name
|
static EPObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPObjectType CONTEXT
public static final EPObjectType NAMEDWINDOW
public static final EPObjectType EVENTTYPE
public static final EPObjectType TABLE
public static final EPObjectType VARIABLE
public static final EPObjectType EXPRESSION
public static final EPObjectType SCRIPT
public static final EPObjectType INDEX
public static final EPObjectType CLASSPROVIDED
public static EPObjectType[] values()
for (EPObjectType c : EPObjectType.values()) System.out.println(c);
public static EPObjectType 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 getPrettyName()
Copyright © 2005–2020. All rights reserved.