public static enum XBRLAspectCoverFilter.Aspect extends java.lang.Enum<XBRLAspectCoverFilter.Aspect>
| Enum Constant and Description |
|---|
All
The All.
|
CompleteScenario
The Complete scenario.
|
CompleteSegment
The Complete segment.
|
Concept
The Concept.
|
Dimensions
The Dimensions.
|
EntityIdentifier
The Entity identifier.
|
Location
The Location.
|
nonXDTScenario
The non xdt scenario.
|
nonXDTSegment
The non xdt segment.
|
Period
The Period.
|
Unit
The Unit.
|
| Modifier and Type | Method and Description |
|---|---|
static XBRLAspectCoverFilter.Aspect |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XBRLAspectCoverFilter.Aspect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XBRLAspectCoverFilter.Aspect All
public static final XBRLAspectCoverFilter.Aspect Concept
public static final XBRLAspectCoverFilter.Aspect EntityIdentifier
public static final XBRLAspectCoverFilter.Aspect Location
public static final XBRLAspectCoverFilter.Aspect Period
public static final XBRLAspectCoverFilter.Aspect Unit
public static final XBRLAspectCoverFilter.Aspect CompleteSegment
public static final XBRLAspectCoverFilter.Aspect CompleteScenario
public static final XBRLAspectCoverFilter.Aspect nonXDTSegment
public static final XBRLAspectCoverFilter.Aspect nonXDTScenario
public static final XBRLAspectCoverFilter.Aspect Dimensions
public static XBRLAspectCoverFilter.Aspect[] values()
for (XBRLAspectCoverFilter.Aspect c : XBRLAspectCoverFilter.Aspect.values()) System.out.println(c);
public static XBRLAspectCoverFilter.Aspect 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 null