public static enum MaIdShort.MaIdType extends java.lang.Enum<MaIdShort.MaIdType>
Enum Constant and Description |
---|
CHARACTERSTRING
Implemented as
MaIdCharStr . |
ICCY1731
Implemented as
MaIdIccY1731 . |
PRIMARYVID
Implemented as
MaIdPrimaryVid . |
RFC2685VPNID
Implemented as
MaIdRfc2685VpnId . |
TWOOCTET
Implemented as
MaId2Octet . |
Modifier and Type | Method and Description |
---|---|
static MaIdShort.MaIdType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MaIdShort.MaIdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaIdShort.MaIdType CHARACTERSTRING
MaIdCharStr
.public static final MaIdShort.MaIdType TWOOCTET
MaId2Octet
.public static final MaIdShort.MaIdType ICCY1731
MaIdIccY1731
.public static final MaIdShort.MaIdType PRIMARYVID
MaIdPrimaryVid
.public static final MaIdShort.MaIdType RFC2685VPNID
MaIdRfc2685VpnId
.public static MaIdShort.MaIdType[] values()
for (MaIdShort.MaIdType c : MaIdShort.MaIdType.values()) System.out.println(c);
public static MaIdShort.MaIdType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null