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