public static enum ResourceService.ResourceTypeEnum extends Enum<ResourceService.ResourceTypeEnum>
Modifier and Type | Method and Description |
---|---|
byte |
get() |
static ResourceService.ResourceTypeEnum |
valueOf(byte b) |
static ResourceService.ResourceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceService.ResourceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceService.ResourceTypeEnum FILE
public static final ResourceService.ResourceTypeEnum BUFFER
public static ResourceService.ResourceTypeEnum[] values()
for (ResourceService.ResourceTypeEnum c : ResourceService.ResourceTypeEnum.values()) System.out.println(c);
public static ResourceService.ResourceTypeEnum 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 nullpublic byte get()
public static ResourceService.ResourceTypeEnum valueOf(byte b)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.