public enum LinkType extends Enum<LinkType>
| Modifier and Type | Method and Description |
|---|---|
static LinkType |
from(int code) |
static LinkType |
from(String name) |
int |
getCode() |
String |
toString() |
static LinkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkType Certificate_Link
public static final LinkType Public_Key_Link
public static final LinkType Private_Key_Link
public static final LinkType Derivation_Base_Object_Link
public static final LinkType Derived_Key_Link
public static final LinkType Replacement_Object_Link
public static final LinkType Replaced_Object_Link
public static final LinkType Parent_Link
public static final LinkType Child_Link
public static final LinkType Previous_Link
public static final LinkType Next_Link
public static final LinkType PKCS_12_Certificate_Link
public static final LinkType PKCS_12_Password_Link
public static final LinkType Wrapping_Key_Link
public static LinkType[] values()
for (LinkType c : LinkType.values()) System.out.println(c);
public static LinkType 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 int getCode()
public static LinkType from(String name) throws IllegalArgumentException
IllegalArgumentExceptionpublic static LinkType from(int code) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2023. All rights reserved.