public abstract class PCEPConstruct extends Object implements PCEPElement
Modifier and Type | Field and Description |
---|---|
protected byte[] |
bytes |
protected int |
length |
protected static org.slf4j.Logger |
log |
Constructor and Description |
---|
PCEPConstruct() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte[] |
getBytes() |
int |
getLength() |
int |
hashCode() |
void |
setBytes(byte[] bytes) |
void |
setLength(int length) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
encode
protected static final org.slf4j.Logger log
protected byte[] bytes
protected int length
public byte[] getBytes()
getBytes
in interface PCEPElement
public void setBytes(byte[] bytes)
public int getLength()
getLength
in interface PCEPElement
public void setLength(int length)
Copyright © 2016. All rights reserved.