Constructor and Description |
---|
Datum(String name,
String value)
Constructs a datum.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of the data type.
|
String |
getValue()
Data type value.
|
String |
toString()
Constructs a
String with all attributes
in name = value format. |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.