public static enum PIMHello.Option extends Enum<PIMHello.Option>
| Enum Constant and Description |
|---|
ADDRLIST |
GENID |
HOLDTIME |
PRIORITY |
PRUNEDELAY |
| Modifier and Type | Method and Description |
|---|---|
int |
optLen() |
int |
optType() |
static PIMHello.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PIMHello.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PIMHello.Option HOLDTIME
public static final PIMHello.Option PRUNEDELAY
public static final PIMHello.Option PRIORITY
public static final PIMHello.Option GENID
public static final PIMHello.Option ADDRLIST
public static PIMHello.Option[] values()
for (PIMHello.Option c : PIMHello.Option.values()) System.out.println(c);
public static PIMHello.Option 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 optType()
public int optLen()
Copyright © 2015. All rights reserved.