public static enum RMWSConsts.ActivitiesGroupBy extends Enum<RMWSConsts.ActivitiesGroupBy>
| Enum Constant and Description | 
|---|
| DIAGNOSTIC | 
| Modifier and Type | Method and Description | 
|---|---|
| static RMWSConsts.ActivitiesGroupBy | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static RMWSConsts.ActivitiesGroupBy[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final RMWSConsts.ActivitiesGroupBy DIAGNOSTIC
public static RMWSConsts.ActivitiesGroupBy[] values()
for (RMWSConsts.ActivitiesGroupBy c : RMWSConsts.ActivitiesGroupBy.values()) System.out.println(c);
public static RMWSConsts.ActivitiesGroupBy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2008–2023 Apache Software Foundation. All rights reserved.