public static enum MdId.MdNameType extends java.lang.Enum<MdId.MdNameType>
| Enum Constant and Description |
|---|
CHARACTERSTRING
Implemented as
MdIdCharStr. |
DOMAINNAME
Implemented as
MdIdDomainName. |
MACANDUINT
Implemented as
MdIdMacUint. |
NONE
Implemented as
MdIdNone. |
| Modifier and Type | Method and Description |
|---|---|
static MdId.MdNameType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MdId.MdNameType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MdId.MdNameType CHARACTERSTRING
MdIdCharStr.public static final MdId.MdNameType DOMAINNAME
MdIdDomainName.public static final MdId.MdNameType MACANDUINT
MdIdMacUint.public static final MdId.MdNameType NONE
MdIdNone.public static MdId.MdNameType[] values()
for (MdId.MdNameType c : MdId.MdNameType.values()) System.out.println(c);
public static MdId.MdNameType 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