public enum AccessType extends Enum<AccessType>
| Enum Constant and Description |
|---|
FAIR_USE |
MIXED |
OPEN |
RESTR_BDRC |
RESTR_QUALITY |
RESTR_SEALED |
RESTR_TEMP |
| Modifier and Type | Method and Description |
|---|---|
static AccessType |
fromString(String access) |
String |
getUri() |
void |
setUri(String uri) |
static AccessType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessType FAIR_USE
public static final AccessType OPEN
public static final AccessType MIXED
public static final AccessType RESTR_QUALITY
public static final AccessType RESTR_BDRC
public static final AccessType RESTR_SEALED
public static final AccessType RESTR_TEMP
public static AccessType[] values()
for (AccessType c : AccessType.values()) System.out.println(c);
public static AccessType 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 String getUri()
public void setUri(String uri)
public static AccessType fromString(String access)
Copyright © 2019. All rights reserved.