|
||||||||||
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(String name,
String value)
Constructs a datum. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MetaData.Datum(String name, String value)
name
- not nullvalue
- not nullMethod Detail |
---|
public String getName()
public String getValue()
public String toString()
String
with all attributes
in name = value format.
toString
in class Object
String
representation
of this object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |