org.argouml.persistence
Class PGMLParser.NameVal

java.lang.Object
  extended byorg.argouml.persistence.PGMLParser.NameVal
Enclosing class:
PGMLParser

protected class PGMLParser.NameVal
extends Object

Utility class to pair a name and a value String together.


Field Summary
private  String name
           
private  String value
           
 
Constructor Summary
(package private) PGMLParser.NameVal(String n, String v)
          The constructor.
 
Method Summary
(package private)  String getName()
           
(package private)  String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

value

private String value
Constructor Detail

PGMLParser.NameVal

PGMLParser.NameVal(String n,
                   String v)
The constructor.

Parameters:
n - the name
v - the value
Method Detail

getName

String getName()
Returns:
returns the name

getValue

String getValue()
Returns:
returns the value


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook