public class VlanId extends Object
| Modifier and Type | Field and Description |
|---|---|
static VlanId |
ANY |
static short |
ANY_VALUE |
static short |
MAX_VLAN |
static VlanId |
NONE |
static short |
UNTAGGED |
| Modifier | Constructor and Description |
|---|---|
protected |
VlanId() |
protected |
VlanId(short value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
short |
toShort() |
String |
toString() |
static VlanId |
vlanId() |
static VlanId |
vlanId(short value) |
public 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
Copyright © 2015. All rights reserved.