public final class MaIdRfc2685VpnId extends Identifier<java.lang.String> implements MaIdShort
MaIdShort.MaIdType
identifier
Modifier | Constructor and Description |
---|---|
protected |
MaIdRfc2685VpnId(java.lang.String maNameHex) |
Modifier and Type | Method and Description |
---|---|
static MaIdShort |
asMaIdHex(java.lang.String hexString) |
int |
getNameLength()
Identifier will be in the format aa:bb:cc:dd:ee:ff:11.
|
java.lang.String |
maName()
Get the MA name as a string.
|
MaIdShort.MaIdType |
nameType()
The type of the name.
|
equals, hashCode, id, toString
public java.lang.String maName()
MaIdShort
public int getNameLength()
getNameLength
in interface MaIdShort
public MaIdShort.MaIdType nameType()
MaIdShort
public static MaIdShort asMaIdHex(java.lang.String hexString)