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 FileFormatFileFormat. getFileFormat(String name)static FileFormatFileFormat. 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 StringFileFormat. 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 FileFormatEclRecordWrapper. getFileType()Gets the file type.Methods in org.hpccsystems.ws.client.wrappers with parameters of type FileFormat Modifier and Type Method Description voidEclRecordWrapper. 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 FileFormatDFUFileDetailWrapper. getFileType()Gets the file type.FileFormatDFURecordDefWrapper. getFileType()Gets the file type.Methods in org.hpccsystems.ws.client.wrappers.wsdfu with parameters of type FileFormat Modifier and Type Method Description voidDFURecordDefWrapper. setFileType(FileFormat f)Sets the file type.
-