org.quattor.pan.dml.data
Class TransientElement

java.lang.Object
  extended by org.quattor.pan.dml.data.Element
      extended by org.quattor.pan.dml.data.TransientElement
All Implemented Interfaces:
Operation
Direct Known Subclasses:
Null, Undef

@Immutable
public abstract class TransientElement
extends Element

Subclasses of this abstract class may not appear in a final configuration tree. (Hence are transient.) These Elements are used only during the construction of the configuration tree.

Author:
loomis

Constructor Summary
TransientElement()
           
 
Method Summary
 
Methods inherited from class org.quattor.pan.dml.data.Element
checkInvalidSelfContext, checkRange, checkRestrictedContext, checkValidReplacement, defined, duplicate, equals, execute, exists, getTypeAsString, hashCode, isBoolean, isDouble, isList, isLong, isNlist, isPersistent, isProperty, isProtected, isResource, isString, isTransient, locateUndefinedElement, protect, rget, rgetList, rput, toString, writableCopy
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransientElement

public TransientElement()


Copyright © 2011 Quattor. All Rights Reserved.