public static enum CVCAuthorizationTemplate.Role extends Enum<CVCAuthorizationTemplate.Role>
Modifier and Type | Method and Description |
---|---|
byte |
getValue()
Returns the value as a bitmap.
|
static CVCAuthorizationTemplate.Role |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CVCAuthorizationTemplate.Role[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CVCAuthorizationTemplate.Role CVCA
public static final CVCAuthorizationTemplate.Role DV_D
public static final CVCAuthorizationTemplate.Role DV_F
public static final CVCAuthorizationTemplate.Role IS
public static CVCAuthorizationTemplate.Role[] values()
for (CVCAuthorizationTemplate.Role c : CVCAuthorizationTemplate.Role.values()) System.out.println(c);
public static CVCAuthorizationTemplate.Role 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 getValue()
Copyright © 2016. All rights reserved.