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