public enum DFUFileTypeWrapper extends Enum<DFUFileTypeWrapper>
| Enum Constant and Description |
|---|
Csv |
Flat |
Index |
IndexLocal |
IndexPartitioned |
Json |
Xml |
| Modifier and Type | Field and Description |
|---|---|
protected String |
theDFUFileType |
| Modifier and Type | Method and Description |
|---|---|
static DFUFileTypeWrapper |
fromDfuFileType(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileType filetype)
From dfu file type.
|
static DFUFileTypeWrapper |
fromString(String value)
From string.
|
static DFUFileTypeWrapper |
get(String name)
Gets the.
|
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileType |
getFUFileType()
Gets the FU file type.
|
boolean |
isIndex()
Gets isIndex
|
String |
toString() |
static DFUFileTypeWrapper |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DFUFileTypeWrapper[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DFUFileTypeWrapper Flat
public static final DFUFileTypeWrapper Index
public static final DFUFileTypeWrapper Xml
public static final DFUFileTypeWrapper Csv
public static final DFUFileTypeWrapper Json
public static final DFUFileTypeWrapper IndexLocal
public static final DFUFileTypeWrapper IndexPartitioned
protected String theDFUFileType
public static DFUFileTypeWrapper[] values()
for (DFUFileTypeWrapper c : DFUFileTypeWrapper.values()) System.out.println(c);
public static DFUFileTypeWrapper 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 String toString()
toString in class Enum<DFUFileTypeWrapper>public static DFUFileTypeWrapper get(String name)
name - the namepublic static DFUFileTypeWrapper fromString(String value)
value - the valuepublic org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileType getFUFileType()
public boolean isIndex()
public static DFUFileTypeWrapper fromDfuFileType(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileType filetype)
filetype - the filetypeCopyright © 2021. All rights reserved.