|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.rat.api.MetaData.Datum
public static final class MetaData.Datum
A datum.
Constructor Summary | |
---|---|
MetaData.Datum(java.lang.String name,
java.lang.String value)
Constructs a datum. |
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the name of the data type. |
java.lang.String |
getValue()
Data type value. |
java.lang.String |
toString()
Constructs a String with all attributes
in name = value format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MetaData.Datum(java.lang.String name, java.lang.String value)
name
- not nullvalue
- not nullMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getValue()
public java.lang.String toString()
String
with all attributes
in name = value format.
toString
in class java.lang.Object
String
representation
of this object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |