|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openflow.protocol.statistics.tableFeatures.OFTableFeaturesProperty
public class OFTableFeaturesProperty
The base class for all OpenFlow TableFeaturesProperty
| Field Summary | |
|---|---|
protected short |
length
|
static int |
MINIMUM_LENGTH
|
static int |
OFFSET_LENGTH
|
static int |
OFFSET_TYPE
|
protected OFTableFeaturesPropertyType |
type
|
| Constructor Summary | |
|---|---|
OFTableFeaturesProperty()
|
|
| Method Summary | |
|---|---|
OFTableFeaturesProperty |
clone()
|
boolean |
equals(java.lang.Object obj)
|
short |
getLength()
Get the length of this message |
int |
getLengthU()
Get the length of this message, unsigned |
OFTableFeaturesPropertyType |
getType()
Get the type of this message |
int |
hashCode()
|
void |
readFrom(java.nio.ByteBuffer data)
|
OFTableFeaturesProperty |
setLength(short length)
Set the length of this message |
OFTableFeaturesProperty |
setType(OFTableFeaturesPropertyType type)
Set the type of this message |
java.lang.String |
toString()
Returns a summary of the message |
void |
writeTo(java.nio.ByteBuffer data)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static int MINIMUM_LENGTH
public static int OFFSET_LENGTH
public static int OFFSET_TYPE
protected OFTableFeaturesPropertyType type
protected short length
| Constructor Detail |
|---|
public OFTableFeaturesProperty()
| Method Detail |
|---|
public short getLength()
public int getLengthU()
public OFTableFeaturesProperty setLength(short length)
length - public OFTableFeaturesPropertyType getType()
public OFTableFeaturesProperty setType(OFTableFeaturesPropertyType type)
type - public java.lang.String toString()
toString in class java.lang.Objectpublic void readFrom(java.nio.ByteBuffer data)
public void writeTo(java.nio.ByteBuffer data)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
public OFTableFeaturesProperty clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||