Package org.quattor.pan.dml.data

Provides data elements for the Data Manipulation Language (DML).

See:
          Description

Interface Summary
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 Summary
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 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.
 

Package org.quattor.pan.dml.data Description

Provides data elements for the Data Manipulation Language (DML). Although data elements implement the Operation interface, executing one simply returns a reference to itself.



Copyright © 2011 Quattor. All Rights Reserved.