public class NCF extends PCEPConstruct
bytes, length, log
Modifier and Type | Method and Description |
---|---|
void |
decode(byte[] bytes,
int offset) |
void |
encode() |
boolean |
equals(Object obj) |
int |
getChannelSpacing() |
int |
getGrid() |
int |
getN() |
int |
hashCode() |
void |
setChannelSpacing(int channelSpacing) |
void |
setGrid(int grid) |
void |
setN(int n) |
String |
toString() |
getBytes, getLength, setBytes, setLength
public NCF()
public NCF(byte[] bytes, int offset) throws MalformedPCEPObjectException
MalformedPCEPObjectException
public void encode() throws PCEPProtocolViolationException
PCEPProtocolViolationException
public void decode(byte[] bytes, int offset)
public int getGrid()
public void setGrid(int grid)
public int getChannelSpacing()
public void setChannelSpacing(int channelSpacing)
public int getN()
public void setN(int n)
public int hashCode()
hashCode
in class PCEPConstruct
public boolean equals(Object obj)
equals
in class PCEPConstruct
Copyright © 2016. All rights reserved.