public enum ProtocolAttribute extends java.lang.Enum<ProtocolAttribute>
| Enum Constant and Description |
|---|
ACCESS_KEY |
SECRET_kEY |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtocolAttribute ACCESS_KEY
public static final ProtocolAttribute SECRET_kEY
public static ProtocolAttribute[] values()
for (ProtocolAttribute c : ProtocolAttribute.values()) System.out.println(c);
public static ProtocolAttribute valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullDocumentation Feedback
Copyright 2012 Micro Focus or one of its affiliates.