public static enum AttachedGridResource.AttachedResourceType extends Enum<AttachedGridResource.AttachedResourceType>
| Enum Constant and Description |
|---|
CMSReference |
LocalFile |
Reference |
| Modifier and Type | Method and Description |
|---|---|
static AttachedGridResource.AttachedResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachedGridResource.AttachedResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttachedGridResource.AttachedResourceType LocalFile
public static final AttachedGridResource.AttachedResourceType Reference
public static final AttachedGridResource.AttachedResourceType CMSReference
public static AttachedGridResource.AttachedResourceType[] values()
for (AttachedGridResource.AttachedResourceType c : AttachedGridResource.AttachedResourceType.values()) System.out.println(c);
public static AttachedGridResource.AttachedResourceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2014. All Rights Reserved.