Uses of Class
de.xima.fc.config.EXfcExternalParameter.Group
-
Packages that use EXfcExternalParameter.Group Package Description de.xima.fc.config -
-
Uses of EXfcExternalParameter.Group in de.xima.fc.config
Fields in de.xima.fc.config declared as EXfcExternalParameter.Group Modifier and Type Field Description EXfcExternalParameter.Group
EXfcExternalParameter. group
the group of this elementMethods in de.xima.fc.config that return EXfcExternalParameter.Group Modifier and Type Method Description static EXfcExternalParameter.Group
EXfcExternalParameter.Group. valueOf(String name)
Returns the enum constant of this type with the specified name.static EXfcExternalParameter.Group[]
EXfcExternalParameter.Group. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.config with parameters of type EXfcExternalParameter.Group Modifier and Type Method Description static List<EXfcExternalParameter>
EXfcExternalParameter. byGroup(EXfcExternalParameter.Group... paramGroups)
boolean
EXfcExternalParameter.Group. in(EXfcExternalParameter.Group... paramGroups)
static Properties
EXfcExternalParameter. relatedProperties(EXfcExternalParameter.Group... paramGroups)
-