public interface Dot1q
| Modifier and Type | Interface and Description |
|---|---|
static class |
Dot1q.LeafIdentifier
Identify the leaf of Dot1q.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(Dot1q.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
physicalIf()
Returns the attribute physicalIf.
|
void |
physicalIf(String physicalIf)
Sets the attribute physicalIf.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
int |
vlanId()
Returns the attribute vlanId.
|
void |
vlanId(int vlanId)
Sets the attribute vlanId.
|
String physicalIf()
int vlanId()
BitSet valueLeafFlags()
void physicalIf(String physicalIf)
physicalIf - value of physicalIfvoid vlanId(int vlanId)
vlanId - value of vlanIdboolean isLeafValueSet(Dot1q.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.