public static enum Statement.PSUpdateType extends Enum<Statement.PSUpdateType>
Modifier and Type | Method and Description |
---|---|
boolean |
isASP() |
boolean |
isBSP() |
static Statement.PSUpdateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statement.PSUpdateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Statement.PSUpdateType BSP
public static final Statement.PSUpdateType ASP
public static final Statement.PSUpdateType SSP
public static Statement.PSUpdateType[] values()
for (Statement.PSUpdateType c : Statement.PSUpdateType.values()) System.out.println(c);
public static Statement.PSUpdateType 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 boolean isBSP()
public boolean isASP()
Copyright © 2020 The Apache Software Foundation. All rights reserved.