Uses of Class
org.apache.manifoldcf.agents.output.filesystem.ParameterEnum
-
Packages that use ParameterEnum Package Description org.apache.manifoldcf.agents.output.filesystem -
-
Uses of ParameterEnum in org.apache.manifoldcf.agents.output.filesystem
Fields in org.apache.manifoldcf.agents.output.filesystem declared as ParameterEnum Modifier and Type Field Description static ParameterEnum[]FileOutputConnector.FileOutputSpecs. SPECIFICATIONLISTMethods in org.apache.manifoldcf.agents.output.filesystem 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.filesystem with parameters of type ParameterEnum Constructor Description FileOutputParam(ParameterEnum[] params)
-