public enum ListUNT extends Enum<ListUNT>
Used in Notation
, NotationTimeline
Enum Constant and Description |
---|
ACTIVE |
ASSOCIATED |
CANCELLED |
FUTURE |
INCORPORATED |
OTHER |
RENOTATED |
RETIRED |
Modifier and Type | Method and Description |
---|---|
static ListUNT |
fromValue(String v) |
String |
value() |
static ListUNT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListUNT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListUNT ACTIVE
public static final ListUNT ASSOCIATED
public static final ListUNT CANCELLED
public static final ListUNT FUTURE
public static final ListUNT INCORPORATED
public static final ListUNT RENOTATED
public static final ListUNT RETIRED
public static final ListUNT OTHER
public static ListUNT[] values()
for (ListUNT c : ListUNT.values()) System.out.println(c);
public static ListUNT 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.