public class VlanId extends Identifier<Short>
| Modifier and Type | Field and Description |
|---|---|
static VlanId |
ANY |
static short |
ANY_VALUE |
static short |
MAX_VLAN |
static VlanId |
NONE |
static short |
UNTAGGED |
identifier| Modifier | Constructor and Description |
|---|---|
protected |
VlanId() |
protected |
VlanId(short value) |
| Modifier and Type | Method and Description |
|---|---|
short |
toShort() |
String |
toString()
Returns a string representation of a DeviceKeyId.
|
static VlanId |
vlanId() |
static VlanId |
vlanId(short value) |
equals, hashCode, idpublic static final short UNTAGGED
public static final short ANY_VALUE
public static final VlanId NONE
public static final VlanId ANY
public static final short MAX_VLAN
public static VlanId vlanId()
public static VlanId vlanId(short value)
public short toShort()
public String toString()
IdentifiertoString in class Identifier<Short>Copyright © 2016. All rights reserved.