public enum PathRegistryObjectType extends Enum<PathRegistryObjectType>
Enum Constant and Description |
---|
CONTEXT |
EVENTTYPE |
EXPRDECL |
INDEX |
NAMEDWINDOW |
SCRIPT |
TABLE |
VARIABLE |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getPrefix() |
static PathRegistryObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathRegistryObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathRegistryObjectType CONTEXT
public static final PathRegistryObjectType NAMEDWINDOW
public static final PathRegistryObjectType EVENTTYPE
public static final PathRegistryObjectType TABLE
public static final PathRegistryObjectType VARIABLE
public static final PathRegistryObjectType EXPRDECL
public static final PathRegistryObjectType SCRIPT
public static final PathRegistryObjectType INDEX
public static PathRegistryObjectType[] values()
for (PathRegistryObjectType c : PathRegistryObjectType.values()) System.out.println(c);
public static PathRegistryObjectType 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 getName()
public String getPrefix()
Copyright © 2005–2018. All rights reserved.