Uses of Class
com.alibaba.RDDReaderTransfer.basic_type.BasicCase
-
Packages that use basic_type.BasicCase Package Description com.alibaba.RDDReaderTransfer -
-
Uses of basic_type.BasicCase in com.alibaba.RDDReaderTransfer
Methods in com.alibaba.RDDReaderTransfer that return basic_type.BasicCase Modifier and Type Method Description static basic_type.BasicCase
basic_type.BasicCase. forNumber(int value)
basic_type.BasicCase
basic_type.Builder. getBasicCase()
basic_type.BasicCase
basic_type. getBasicCase()
basic_type.BasicCase
basic_typeOrBuilder. getBasicCase()
static basic_type.BasicCase
basic_type.BasicCase. valueOf(int value)
Deprecated.static basic_type.BasicCase
basic_type.BasicCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static basic_type.BasicCase[]
basic_type.BasicCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-