Uses of Enum Class
ecmwf.common.ectrans.ECtransGroups
Packages that use ECtransGroups
- 
Uses of ECtransGroups in ecmwf.common.ectransSubclasses with type arguments of type ECtransGroups in ecmwf.common.ectransMethods in ecmwf.common.ectrans that return ECtransGroupsModifier and TypeMethodDescriptionprotected ECtransGroupsECtransOption.getGroup()Gets the group.static ECtransGroupsReturns 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 StringECtransOptions.toString(ECtransGroups group) To string.Constructors in ecmwf.common.ectrans with parameters of type ECtransGroupsModifierConstructorDescriptionprotectedECtransOption(ECtransGroups group, String module, String name, Class<T> clazz, List<T> defaultValues, List<T> choices) Instantiates a new ectrans option.