public static enum SpoofCellwise.CellType extends Enum<SpoofCellwise.CellType>
| Modifier and Type | Method and Description | 
|---|---|
| int | getValue() | 
| static SpoofCellwise.CellType | valueOf(int cellType) | 
| static SpoofCellwise.CellType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SpoofCellwise.CellType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final SpoofCellwise.CellType NO_AGG
public static final SpoofCellwise.CellType FULL_AGG
public static final SpoofCellwise.CellType ROW_AGG
public static final SpoofCellwise.CellType COL_AGG
public static SpoofCellwise.CellType[] values()
for (SpoofCellwise.CellType c : SpoofCellwise.CellType.values()) System.out.println(c);
public static SpoofCellwise.CellType 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 static SpoofCellwise.CellType valueOf(int cellType)
public int getValue()
Copyright © 2021 The Apache Software Foundation. All rights reserved.