public enum LensCubeErrorCode extends Enum<LensCubeErrorCode>
| Enum Constant and Description | 
|---|
| COLUMN_UNAVAILABLE_IN_TIME_RANGE | 
| FIELDS_CANNOT_BE_QUERIED_TOGETHER | 
| SYNTAX_ERROR | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getValue() | 
| static LensCubeErrorCode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static LensCubeErrorCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final LensCubeErrorCode SYNTAX_ERROR
public static final LensCubeErrorCode COLUMN_UNAVAILABLE_IN_TIME_RANGE
public static final LensCubeErrorCode FIELDS_CANNOT_BE_QUERIED_TOGETHER
public static LensCubeErrorCode[] values()
for (LensCubeErrorCode c : LensCubeErrorCode.values()) System.out.println(c);
public static LensCubeErrorCode 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 int getValue()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.