public interface MdId
Modifier and Type | Interface and Description |
---|---|
static class |
MdId.MdNameType
Supported types of MA identifier.
|
Modifier and Type | Field and Description |
---|---|
static int |
MD_NAME_MAX_LEN |
static int |
MD_NAME_MIN_LEN |
Modifier and Type | Method and Description |
---|---|
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.
|
static final int MD_NAME_MAX_LEN
static final int MD_NAME_MIN_LEN
java.lang.String mdName()
int getNameLength()
MdId.MdNameType nameType()