Uses of Enum Class
ecmwf.common.ectrans.ECtransGroups
Packages that use ECtransGroups
-
Uses of ECtransGroups in ecmwf.common.ectrans
Subclasses with type arguments of type ECtransGroups in ecmwf.common.ectransMethods in ecmwf.common.ectrans that return ECtransGroupsModifier and TypeMethodDescriptionprotected ECtransGroups
ECtransOption.getGroup()
Gets the group.static ECtransGroups
Returns the enum constant of this class with the specified name.static ECtransGroups[]
ECtransGroups.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ecmwf.common.ectrans with parameters of type ECtransGroupsModifier and TypeMethodDescriptionstatic List
<ECtransOptions> ECtransOptions.get
(ECtransGroups group) Gets the.static String
ECtransOptions.toString
(ECtransGroups group) To string.Constructors in ecmwf.common.ectrans with parameters of type ECtransGroupsModifierConstructorDescriptionprotected
ECtransOption
(ECtransGroups group, String module, String name, Class<T> clazz, List<T> defaultValues, List<T> choices) Instantiates a new ectrans option.