Class VendorInformationUtil
- java.lang.Object
-
- org.opendaylight.protocol.pcep.spi.VendorInformationUtil
-
public final class VendorInformationUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
VENDOR_INFORMATION_OBJECT_CLASS
static int
VENDOR_INFORMATION_OBJECT_TYPE
static int
VENDOR_INFORMATION_TLV_TYPE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isVendorInformationObject(int objectClass, int objectType)
static boolean
isVendorInformationTlv(int type)
-
-
-
Field Detail
-
VENDOR_INFORMATION_TLV_TYPE
public static final int VENDOR_INFORMATION_TLV_TYPE
- See Also:
- Constant Field Values
-
VENDOR_INFORMATION_OBJECT_CLASS
public static final int VENDOR_INFORMATION_OBJECT_CLASS
- See Also:
- Constant Field Values
-
VENDOR_INFORMATION_OBJECT_TYPE
public static final int VENDOR_INFORMATION_OBJECT_TYPE
- See Also:
- Constant Field Values
-
-