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