protected static enum StandardRepresentation.GroupType extends Enum<StandardRepresentation.GroupType>
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
static StandardRepresentation.GroupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardRepresentation.GroupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardRepresentation.GroupType ITERABLE
public static final StandardRepresentation.GroupType ARRAY
public static StandardRepresentation.GroupType[] values()
for (StandardRepresentation.GroupType c : StandardRepresentation.GroupType.values()) System.out.println(c);
public static StandardRepresentation.GroupType 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 nullpublic String description()
Copyright © 2025. All rights reserved.