public static enum LrrRegistry.Status extends java.lang.Enum<LrrRegistry.Status>
    The XBRL International status of this role.
 
 PWD - Public Working Draft (effectively deprecated since the PWD stage has been removed from the process [LRR PROCESS])
 
 CR - Candidate Recommendation
 
 REC - RECOMMENDATION
 
 NIE - Not in effect (for whatever reason other than RR such as being withdrawn, superseded, found to be invalid etc.)
 
 PROPOSED - Submitted but with no official status yet granted by XBRL International
 
 IWD (deprecated) - Included for backwards compatibility, superseded by PROPOSED. Internal Working Draft.
 
 ACK - Acknowledged by XBRL International (indicates that the role or arc role is not being considered for REC status but is listed in the LRR for information purposes)
 
 RR - Rescinded RECOMMENDATION
| Enum Constant and Description | 
|---|
| ACKThe ack. | 
| CRThe cr. | 
| IWDThe iwd. | 
| NIEThe nie. | 
| PROPOSEDThe proposed. | 
| PWDThe pwd. | 
| RECThe rec. | 
| RRThe rr. | 
| Modifier and Type | Method and Description | 
|---|---|
| static LrrRegistry.Status | parse(java.lang.String stringValue)Parses the. | 
| static LrrRegistry.Status | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static LrrRegistry.Status[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final LrrRegistry.Status PWD
public static final LrrRegistry.Status CR
public static final LrrRegistry.Status REC
public static final LrrRegistry.Status NIE
public static final LrrRegistry.Status PROPOSED
public static final LrrRegistry.Status IWD
public static final LrrRegistry.Status ACK
public static final LrrRegistry.Status RR
public static LrrRegistry.Status[] values()
for (LrrRegistry.Status c : LrrRegistry.Status.values()) System.out.println(c);
public static LrrRegistry.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 LrrRegistry.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