public static enum XBRLBreakdownUse.Axis extends java.lang.Enum<XBRLBreakdownUse.Axis>
| Modifier and Type | Method and Description |
|---|---|
static XBRLBreakdownUse.Axis |
getValueFromString(java.lang.String axis) |
static XBRLBreakdownUse.Axis |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XBRLBreakdownUse.Axis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XBRLBreakdownUse.Axis x
public static final XBRLBreakdownUse.Axis y
public static final XBRLBreakdownUse.Axis z
public static XBRLBreakdownUse.Axis[] values()
for (XBRLBreakdownUse.Axis c : XBRLBreakdownUse.Axis.values()) System.out.println(c);
public static XBRLBreakdownUse.Axis 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 XBRLBreakdownUse.Axis getValueFromString(java.lang.String axis)