public static class MBodyGroupDescStats.MutableArray extends MBodyGroupDescStats.Array implements MutableStructure
version| Modifier and Type | Method and Description |
|---|---|
MBodyGroupDescStats.MutableArray |
addGroupDesc(MBodyGroupDescStats groupDesc)
Adds a group description object to this mutable array.
|
OpenflowStructure |
toImmutable()
Returns an immutable instance of this structure.
|
String |
toString() |
boolean |
writable()
Returns true if this mutable object is still writable.
|
getElementClass, toDebugStringgetList, getTotalLength, getVersionhex, hex, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVersion, toDebugStringvalidatepublic String toString()
toString in class MBodyGroupDescStats.Arraypublic boolean writable()
MutableObject#toImmutable() method (defined on a sub-interface)
has not yet been invoked.writable in interface MutableObjectpublic OpenflowStructure toImmutable()
MutableStructure
It is expected that the reference to this mutable structure will be
dropped. Note that all method calls invoked on a
MutableStructure after toImmutable() has been invoked
will result in an InvalidMutableException being thrown.
toImmutable in interface MutableStructurepublic MBodyGroupDescStats.MutableArray addGroupDesc(MBodyGroupDescStats groupDesc) throws IncompleteStructureException
groupDesc - the group description to addInvalidMutableException - if this array is no longer writableNullPointerException - if groupDesc is nullIllegalArgumentException - if groupDesc is mutableIncompleteStructureException - if the group description is
incompleteCopyright © 2014. All Rights Reserved.