Uses of Class
de.xima.fc.config.EXfcExternalParameter
-
Packages that use EXfcExternalParameter Package Description de.xima.fc.config -
-
Uses of EXfcExternalParameter in de.xima.fc.config
Methods in de.xima.fc.config that return EXfcExternalParameter Modifier and Type Method Description static EXfcExternalParameterEXfcExternalParameter. byEnvironmentVariableName(String varName)static EXfcExternalParameterEXfcExternalParameter. byJvmArgumentName(String argName)static EXfcExternalParameterEXfcExternalParameter. valueOf(String name)Returns the enum constant of this type with the specified name.static EXfcExternalParameter[]EXfcExternalParameter. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.config that return types with arguments of type EXfcExternalParameter Modifier and Type Method Description static List<EXfcExternalParameter>EXfcExternalParameter. byGroup(EXfcExternalParameter.Group... paramGroups)Methods in de.xima.fc.config with parameters of type EXfcExternalParameter Modifier and Type Method Description booleanEXfcExternalParameter. in(EXfcExternalParameter... extParams)
-