public static enum ShadowSummaryApplier.EdgeOrigin extends Enum<ShadowSummaryApplier.EdgeOrigin>
| Enum Constant and Description |
|---|
SUMMARY_COMPOSED |
| Modifier and Type | Method and Description |
|---|---|
static ShadowSummaryApplier.EdgeOrigin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShadowSummaryApplier.EdgeOrigin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShadowSummaryApplier.EdgeOrigin SUMMARY_COMPOSED
public static ShadowSummaryApplier.EdgeOrigin[] values()
for (ShadowSummaryApplier.EdgeOrigin c : ShadowSummaryApplier.EdgeOrigin.values()) System.out.println(c);
public static ShadowSummaryApplier.EdgeOrigin 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 null