public enum HSDescriptorKeyword extends Enum<HSDescriptorKeyword>
| Enum Constant and Description |
|---|
INTRODUCTION_POINTS |
PERMANENT_KEY |
PROTOCOL_VERSIONS |
PUBLICATION_TIME |
RENDEZVOUS_SERVICE_DESCRIPTOR |
SECRET_ID_PART |
SIGNATURE |
UNKNOWN_KEYWORD |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
static HSDescriptorKeyword |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HSDescriptorKeyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HSDescriptorKeyword RENDEZVOUS_SERVICE_DESCRIPTOR
public static final HSDescriptorKeyword VERSION
public static final HSDescriptorKeyword PERMANENT_KEY
public static final HSDescriptorKeyword SECRET_ID_PART
public static final HSDescriptorKeyword PUBLICATION_TIME
public static final HSDescriptorKeyword PROTOCOL_VERSIONS
public static final HSDescriptorKeyword INTRODUCTION_POINTS
public static final HSDescriptorKeyword SIGNATURE
public static final HSDescriptorKeyword UNKNOWN_KEYWORD
public static HSDescriptorKeyword[] values()
for (HSDescriptorKeyword c : HSDescriptorKeyword.values()) System.out.println(c);
public static HSDescriptorKeyword 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 © 2015. All rights reserved.