public static enum Types.OpOpData extends Enum<Types.OpOpData>
Enum Constant and Description |
---|
FEDERATED |
FUNCTIONOUTPUT |
PERSISTENTREAD |
PERSISTENTWRITE |
SQLREAD |
TRANSIENTREAD |
TRANSIENTWRITE |
Modifier and Type | Method and Description |
---|---|
boolean |
isPersistent() |
boolean |
isRead() |
boolean |
isTransient() |
boolean |
isWrite() |
String |
toString() |
static Types.OpOpData |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Types.OpOpData[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Types.OpOpData PERSISTENTREAD
public static final Types.OpOpData PERSISTENTWRITE
public static final Types.OpOpData TRANSIENTREAD
public static final Types.OpOpData TRANSIENTWRITE
public static final Types.OpOpData FUNCTIONOUTPUT
public static final Types.OpOpData SQLREAD
public static final Types.OpOpData FEDERATED
public static Types.OpOpData[] values()
for (Types.OpOpData c : Types.OpOpData.values()) System.out.println(c);
public static Types.OpOpData 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 isTransient()
public boolean isPersistent()
public boolean isWrite()
public boolean isRead()
public String toString()
toString
in class Enum<Types.OpOpData>
Copyright © 2022 The Apache Software Foundation. All rights reserved.