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