public enum WireProperty extends Enum<WireProperty>
| Enum Constant and Description |
|---|
CALLER_ID |
CLOCK |
CONTENT_TYPE |
INSTANCE_ID |
SERVICE_GROUP |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static WireProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WireProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WireProperty CALLER_ID
public static final WireProperty CONTENT_TYPE
public static final WireProperty CLOCK
public static final WireProperty SERVICE_GROUP
public static final WireProperty INSTANCE_ID
public static WireProperty[] values()
for (WireProperty c : WireProperty.values()) System.out.println(c);
public static WireProperty 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 getKey()
Copyright © 2016. All rights reserved.