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