org.apache.oodt.pcs.input
Class PGEScalar
java.lang.Object
org.apache.oodt.pcs.input.PGEScalar
public class PGEScalar
- extends Object
A PGE Scalar represents a named unit of information. In essence, it is a
name/value pair.
- Version:
- $Revision$
- Author:
- mattmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PGEScalar
public PGEScalar()
PGEScalar
public PGEScalar(String name,
String value)
- Parameters:
name - value -
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
getValue
public String getValue()
- Returns:
- the value
setValue
public void setValue(String value)
- Parameters:
value - the value to set
Copyright © 1999-2011 Apache OODT. All Rights Reserved.