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