Uses of Class
org.apache.manifoldcf.agents.output.hdfs.ParameterEnum
-
Packages that use ParameterEnum Package Description org.apache.manifoldcf.agents.output.hdfs -
-
Uses of ParameterEnum in org.apache.manifoldcf.agents.output.hdfs
Fields in org.apache.manifoldcf.agents.output.hdfs declared as ParameterEnum Modifier and Type Field Description static ParameterEnum[]HDFSOutputConnector.HDFSOutputSpecs. SPECIFICATIONLISTMethods in org.apache.manifoldcf.agents.output.hdfs that return ParameterEnum Modifier and Type Method Description static ParameterEnumParameterEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ParameterEnum[]ParameterEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.manifoldcf.agents.output.hdfs with parameters of type ParameterEnum Constructor Description HDFSOutputParam(ParameterEnum[] params)
-