| Package | Description |
|---|---|
| com.ihr.xbrl.om.formula.filters |
| Modifier and Type | Method and Description |
|---|---|
static XBRLAspectCoverFilter.Aspect |
XBRLAspectCoverFilter.parseAspect(java.lang.String value)
Converts from string representation to the aspect value in the enumeration.
|
static XBRLAspectCoverFilter.Aspect |
XBRLAspectCoverFilter.Aspect.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XBRLAspectCoverFilter.Aspect[] |
XBRLAspectCoverFilter.Aspect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
XBRLAspectCoverFilter.aspectToString(XBRLAspectCoverFilter.Aspect aspect)
Aspect to string.
|