public static enum UTRProcessor.Status extends java.lang.Enum<UTRProcessor.Status>
Enum Constant and Description |
---|
ACK
ACK - Acknowledged by XBRL International (indicates that the unit is not being considered for REC status but is listed in the UTR for information purposes).
|
CR
CR - Candidate Recommendation.
|
NIE
NIE - Not in effect (for whatever reason other than RR such as being withdrawn, superseded, found to be invalid etc.)
|
PROPOSED
PROPOSED - Submitted but with no official status yet granted by XBRL International.
|
REC
REC - RECOMMENDATION.
|
RR
RR - Rescinded RECOMMENDATION.
|
Modifier and Type | Method and Description |
---|---|
static UTRProcessor.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UTRProcessor.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UTRProcessor.Status RR
public static final UTRProcessor.Status ACK
public static final UTRProcessor.Status PROPOSED
public static final UTRProcessor.Status NIE
public static final UTRProcessor.Status CR
public static final UTRProcessor.Status REC
public static UTRProcessor.Status[] values()
for (UTRProcessor.Status c : UTRProcessor.Status.values()) System.out.println(c);
public static UTRProcessor.Status valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa