Class VendorInformationUtil
- java.lang.Object
- 
- org.opendaylight.protocol.pcep.spi.VendorInformationUtil
 
- 
 public final class VendorInformationUtil extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static intVENDOR_INFORMATION_OBJECT_CLASSstatic intVENDOR_INFORMATION_OBJECT_TYPEstatic intVENDOR_INFORMATION_TLV_TYPE
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisVendorInformationObject(int objectClass, int objectType)static booleanisVendorInformationTlv(int type)
 
- 
- 
- 
Field Detail- 
VENDOR_INFORMATION_TLV_TYPEpublic static final int VENDOR_INFORMATION_TLV_TYPE - See Also:
- Constant Field Values
 
 - 
VENDOR_INFORMATION_OBJECT_CLASSpublic static final int VENDOR_INFORMATION_OBJECT_CLASS - See Also:
- Constant Field Values
 
 - 
VENDOR_INFORMATION_OBJECT_TYPEpublic static final int VENDOR_INFORMATION_OBJECT_TYPE - See Also:
- Constant Field Values
 
 
- 
 
-