public class PGEScalar extends Object
A PGE Scalar represents a named unit of information. In essence, it is a name/value pair.
| Constructor and Description |
|---|
PGEScalar() |
PGEScalar(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getValue() |
void |
setName(String name) |
void |
setValue(String value) |
Copyright © 1999–2017 Apache OODT. All rights reserved.