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 EXfcExternalParameter
EXfcExternalParameter. byEnvironmentVariableName(String varName)
static EXfcExternalParameter
EXfcExternalParameter. byJvmArgumentName(String argName)
static EXfcExternalParameter
EXfcExternalParameter. 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 boolean
EXfcExternalParameter. in(EXfcExternalParameter... extParams)
-