org.apache.oodt.pcs.input
Class PGEVector
java.lang.Object
org.apache.oodt.pcs.input.PGEVector
public class PGEVector
- extends Object
A PGEVector is a dynamic set of information, coupled with a name. The
information may include number, or string data.
- Version:
- $Revision$
- Author:
- mattmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PGEVector
public PGEVector(String name,
List<Object> elements)
- Parameters:
name - elements -
PGEVector
public PGEVector()
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
getElements
public List<Object> getElements()
- Returns:
- the elements
setElements
public void setElements(List<Object> elements)
- Parameters:
elements - the elements to set
Copyright © 1999-2013 Apache OODT. All Rights Reserved.