public enum ListCPT extends Enum<ListCPT>
Used in Configuration
, Power
Modifier and Type | Method and Description |
---|---|
static ListCPT |
fromValue(String v) |
String |
value() |
static ListCPT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCPT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCPT C_8_B
public static final ListCPT CARRIER
public static final ListCPT MEAN
public static final ListCPT PEP
public static ListCPT[] values()
for (ListCPT c : ListCPT.values()) System.out.println(c);
public static ListCPT 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 nullpublic String value()
Copyright © 2016 OpenSSRF.org. All rights reserved.