Uses of Class
org.hpccsystems.ws.client.utils.FileFormat
-
Packages that use FileFormat Package Description org.hpccsystems.ws.client.utils Useful utilities for users of the HPCCWsClient libraries.org.hpccsystems.ws.client.wrappers Layer of abstraction between caller and HPCC Systems Web Service interface.org.hpccsystems.ws.client.wrappers.wsdfu -
-
Uses of FileFormat in org.hpccsystems.ws.client.utils
Methods in org.hpccsystems.ws.client.utils that return FileFormat Modifier and Type Method Description static FileFormat
FileFormat. getFileFormat(String name)
static FileFormat
FileFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileFormat[]
FileFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hpccsystems.ws.client.utils with parameters of type FileFormat Modifier and Type Method Description static String
FileFormat. getFileFormatName(FileFormat fileformat)
-
Uses of FileFormat in org.hpccsystems.ws.client.wrappers
Methods in org.hpccsystems.ws.client.wrappers that return FileFormat Modifier and Type Method Description FileFormat
EclRecordWrapper. getFileType()
Gets the file type.Methods in org.hpccsystems.ws.client.wrappers with parameters of type FileFormat Modifier and Type Method Description void
EclRecordWrapper. setFileType(FileFormat ft)
Sets the file type. -
Uses of FileFormat in org.hpccsystems.ws.client.wrappers.wsdfu
Methods in org.hpccsystems.ws.client.wrappers.wsdfu that return FileFormat Modifier and Type Method Description FileFormat
DFUFileDetailWrapper. getFileType()
Gets the file type.FileFormat
DFURecordDefWrapper. getFileType()
Gets the file type.Methods in org.hpccsystems.ws.client.wrappers.wsdfu with parameters of type FileFormat Modifier and Type Method Description void
DFURecordDefWrapper. setFileType(FileFormat f)
Sets the file type.
-