public static enum XBRLNumber.ExactitudeMode extends java.lang.Enum<XBRLNumber.ExactitudeMode>
| Enum Constant and Description | 
|---|
| DECIMALSThe decimals. | 
| PRECISIONThe precision. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getOldIntValue()This method exists to return the same value as 
 before when evaluating hash codes. | 
| static XBRLNumber.ExactitudeMode | parse(int format)Parses the. | 
| static XBRLNumber.ExactitudeMode | parse(java.lang.String format)Parses the. | 
| java.lang.String | toString()To string. | 
| static XBRLNumber.ExactitudeMode | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static XBRLNumber.ExactitudeMode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final XBRLNumber.ExactitudeMode PRECISION
public static final XBRLNumber.ExactitudeMode DECIMALS
public static XBRLNumber.ExactitudeMode[] values()
for (XBRLNumber.ExactitudeMode c : XBRLNumber.ExactitudeMode.values()) System.out.println(c);
public static XBRLNumber.ExactitudeMode 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 java.lang.String toString()
toString in class java.lang.Enum<XBRLNumber.ExactitudeMode>public int getOldIntValue()
public static XBRLNumber.ExactitudeMode parse(int format)
format - the formatpublic static XBRLNumber.ExactitudeMode parse(java.lang.String format)
format - the formatCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa