public static enum RSRemoteCatalogResolver.CatalogFormat extends java.lang.Enum<RSRemoteCatalogResolver.CatalogFormat>
Enum Constant and Description |
---|
rsziptc
Reporting Standard ZIP Taxonomy Catalog format.
|
xbrltc
Taxonomy Packages PWD.
|
Modifier and Type | Method and Description |
---|---|
static RSRemoteCatalogResolver.CatalogFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RSRemoteCatalogResolver.CatalogFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RSRemoteCatalogResolver.CatalogFormat rsziptc
public static final RSRemoteCatalogResolver.CatalogFormat xbrltc
public static RSRemoteCatalogResolver.CatalogFormat[] values()
for (RSRemoteCatalogResolver.CatalogFormat c : RSRemoteCatalogResolver.CatalogFormat.values()) System.out.println(c);
public static RSRemoteCatalogResolver.CatalogFormat 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