org.argouml.persistence
Class PGMLParser.NameVal
java.lang.Object
org.argouml.persistence.PGMLParser.NameVal
- Enclosing class:
- PGMLParser
- protected class PGMLParser.NameVal
- extends Object
Utility class to pair a name and a value String together.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private String name
value
private String value
PGMLParser.NameVal
PGMLParser.NameVal(String n,
String v)
- The constructor.
- Parameters:
n
- the namev
- the value
getName
String getName()
- Returns:
- returns the name
getValue
String getValue()
- Returns:
- returns the value