public enum PcepType extends Enum<PcepType>
| Enum Constant and Description |
|---|
CLOSE |
END |
ERROR |
INITIATE |
KEEP_ALIVE |
LABEL_RANGE_RESERV |
LABEL_UPDATE |
MAX |
NONE |
NOTIFICATION |
OPEN |
PATH_COMPUTATION_REPLY |
PATH_COMPUTATION_REQUEST |
REPORT |
TE_REPORT |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
byte |
getType()
Returns iValue as type of PCEP message.
|
static PcepType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PcepType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PcepType NONE
public static final PcepType OPEN
public static final PcepType KEEP_ALIVE
public static final PcepType PATH_COMPUTATION_REQUEST
public static final PcepType PATH_COMPUTATION_REPLY
public static final PcepType NOTIFICATION
public static final PcepType ERROR
public static final PcepType CLOSE
public static final PcepType REPORT
public static final PcepType UPDATE
public static final PcepType INITIATE
public static final PcepType LABEL_UPDATE
public static final PcepType TE_REPORT
public static final PcepType LABEL_RANGE_RESERV
public static final PcepType MAX
public static final PcepType END
public static PcepType[] values()
for (PcepType c : PcepType.values()) System.out.println(c);
public static PcepType 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 byte getType()
Copyright © 2015. All rights reserved.