public final class MdIdCharStr extends Identifier<java.lang.String> implements MdId
MdId.MdNameType
identifier
MD_NAME_MAX_LEN, MD_NAME_MIN_LEN
Modifier | Constructor and Description |
---|---|
protected |
MdIdCharStr(java.lang.String mdName) |
Modifier and Type | Method and Description |
---|---|
static MdId |
asMdId(java.lang.String mdName) |
int |
getNameLength()
Get the length of the MD name.
|
java.lang.String |
mdName()
Get the MD name as a string.
|
MdId.MdNameType |
nameType()
The type of the name.
|
equals, hashCode, id, toString
public java.lang.String mdName()
MdId
public int getNameLength()
MdId
getNameLength
in interface MdId
public MdId.MdNameType nameType()
MdId
public static MdId asMdId(java.lang.String mdName)