See: Description
| Interface | Description |
|---|---|
| Resource.Entry |
Interface is an alias to make the syntax for the Resource.Entry less
cumbersome.
|
| Resource.Iterator |
Interface is simply an alias to make the syntax for the Resource.Iterator
less cumbersome.
|
| Class | Description |
|---|---|
| BooleanProperty |
Represents a boolean value.
|
| DoubleProperty |
Represents a double value.
|
| Element |
Represents the most general data element in the Data Manipulation Language
(DML).
|
| HashResource |
Represents an dict (nlist or hash) that associates a string value (key) to
another element.
|
| ListResource |
Represents an ordered list of elements.
|
| LongProperty |
Represents a long value.
|
| Null |
Represents a null value in the pan language.
|
| NumberProperty |
Implements a superclass for all primitive pan numbers (long and double).
|
| PersistentElement |
Subclasses of this abstract class can appear as valid elements in a generated
configuration tree (hence can be made persistent).
|
| Property |
Property represents a simple primitive type (boolean, long, or string) in the
pan language.
|
| ProtectedHashResource | |
| ProtectedListResource | |
| Resource |
A Resource is a container of Properties and other Resources.
|
| StringProperty |
Represents a string value.
|
| TransientElement |
Subclasses of this abstract class may not appear in a final configuration
tree.
|
| Undef |
Represents the undef value in the pan language.
|
Copyright © 2014 Quattor. All Rights Reserved.