public static enum DtrRegistry.Status extends java.lang.Enum<DtrRegistry.Status>
Enum Constant and Description |
---|
ACK
Acknowledge - 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
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
Recommendation.
|
RR
Rescinded recommendation.
|
Modifier and Type | Method and Description |
---|---|
static DtrRegistry.Status |
parse(java.lang.String stringValue)
Parses the.
|
static DtrRegistry.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DtrRegistry.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DtrRegistry.Status REC
public static final DtrRegistry.Status CR
public static final DtrRegistry.Status PROPOSED
public static final DtrRegistry.Status RR
public static final DtrRegistry.Status ACK
public static final DtrRegistry.Status NIE
public static DtrRegistry.Status[] values()
for (DtrRegistry.Status c : DtrRegistry.Status.values()) System.out.println(c);
public static DtrRegistry.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 nullpublic static DtrRegistry.Status parse(java.lang.String stringValue)
stringValue
- the string valueCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa