public static enum XBRLTableProcessor.TableResourceSG extends java.lang.Enum<XBRLTableProcessor.TableResourceSG>
Entries on this enumeration are coded using PREFIXNAME where PREFIX is the prefix defined in the specification and NAME is the element name but this rule might not be mandatory in all cases
Enum Constant and Description |
---|
aspectNodePWD2013
The aspect node PWD 2013.
|
aspectNodeREC2014
The aspect node REC 2014.
|
breakdownPWD2013
The breakdown PWD 2013.
|
breakdownREC2014
The breakdown REC 2014.
|
conceptRelationshipNodeREC2014
The concept relationship node REC 2014.
|
dimensionRelationshipNodeREC2014
The dimension relationship node REC 2014.
|
ruleNodePWD2013
The rule node PWD 2013.
|
ruleNodeREC2014
The rule node REC 2014.
|
tablePWD2013
The table PWD 2013.
|
tableREC2014
The table REC 2014.
|
Modifier and Type | Method and Description |
---|---|
static XBRLTableProcessor.TableResourceSG |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XBRLTableProcessor.TableResourceSG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XBRLTableProcessor.TableResourceSG tablePWD2013
public static final XBRLTableProcessor.TableResourceSG ruleNodePWD2013
public static final XBRLTableProcessor.TableResourceSG breakdownPWD2013
public static final XBRLTableProcessor.TableResourceSG aspectNodePWD2013
public static final XBRLTableProcessor.TableResourceSG tableREC2014
public static final XBRLTableProcessor.TableResourceSG ruleNodeREC2014
public static final XBRLTableProcessor.TableResourceSG breakdownREC2014
public static final XBRLTableProcessor.TableResourceSG aspectNodeREC2014
public static final XBRLTableProcessor.TableResourceSG dimensionRelationshipNodeREC2014
public static final XBRLTableProcessor.TableResourceSG conceptRelationshipNodeREC2014
public static XBRLTableProcessor.TableResourceSG[] values()
for (XBRLTableProcessor.TableResourceSG c : XBRLTableProcessor.TableResourceSG.values()) System.out.println(c);
public static XBRLTableProcessor.TableResourceSG 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