public class DWDMWavelengthLabel extends RSVPConstruct
bytes, length
Constructor and Description |
---|
DWDMWavelengthLabel() |
Modifier and Type | Method and Description |
---|---|
void |
decode(byte[] bytes,
int offset)
Decode a DWDM Wavelength Label
|
DWDMWavelengthLabel |
duplicate() |
void |
encode()
Encode a DWDM Wavelength Label
|
boolean |
equals(Object obj) |
int |
getChannelSpacing() |
int |
getGrid() |
int |
getIdentifier() |
int |
getM() |
int |
getN() |
int |
hashCode() |
void |
setChannelSpacing(int channelSpacing) |
void |
setGrid(int grid) |
void |
setIdentifier(int identifier) |
void |
setM(int m) |
void |
setN(int n) |
String |
toString() |
getBytes, getLength, setBytes, setLength
public void encode() throws RSVPProtocolViolationException
RSVPProtocolViolationException
public void decode(byte[] bytes, int offset) throws RSVPProtocolViolationException
decode
in class RSVPConstruct
RSVPProtocolViolationException
public int getGrid()
public void setGrid(int grid)
public int getChannelSpacing()
public void setChannelSpacing(int channelSpacing)
public int getIdentifier()
public void setIdentifier(int identifier)
public int getN()
public void setN(int n)
public int getM()
public void setM(int m)
public DWDMWavelengthLabel duplicate()
Copyright © 2016. All rights reserved.