org.sandev.TaskHeap.TaskHeapUI
Class TaskHeapUINodeBase

java.lang.Object
  extended byorg.sandev.TaskHeap.TaskHeapUI.TaskHeapUINodeDecl
      extended byorg.sandev.TaskHeap.TaskHeapUI.TaskHeapUINodeBase
All Implemented Interfaces:
org.sandev.basics.nodecommon.Controllable, org.sandev.basics.nodecommon.Loggable, org.sandev.basics.nodecommon.Messageable
Direct Known Subclasses:
TaskHeapUINode

public class TaskHeapUINodeBase
extends TaskHeapUINodeDecl
implements org.sandev.basics.nodecommon.Controllable, org.sandev.basics.nodecommon.Messageable, org.sandev.basics.nodecommon.Loggable

AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
source: org.sandev.TaskHeap.TaskHeapUI.TaskHeapUINodeDecl
generator: org.sandev.generator.NodeClassGenerator
time: Dec 2, 2005 6:38:51 PM

This file contains:


Field Summary
protected  org.sandev.basics.nodecommon.ControlWrapper[] ctrlwrappers
          The control wrappers we need to notify of state or parameter changes.
protected  org.sandev.basics.nodecommon.Controllable[] helperNodes
          Our helper nodes
protected  org.sandev.basics.sandmessages.IODeclSubscribe incomingAsyncCacheActionSource
          Inbound org.sandev.basics.sandmessages.CacheAction asynchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclSubscribe incomingAsyncStatsSource
          Inbound org.sandev.basics.sandmessages.Stats asynchronous messaging configuration
protected static int LOGDEBUG
          Convenience redeclaration of corresponding Logger.LOGLEVEL constant
protected static int LOGERROR
          Convenience redeclaration of corresponding Logger.LOGLEVEL constant
protected static int LOGFATAL
          Convenience redeclaration of corresponding Logger.LOGLEVEL constant
protected  org.sandev.basics.nodecommon.Logger logger
          Logfile output at specified severity levels.
protected static int LOGINFO
          Convenience redeclaration of corresponding Logger.LOGLEVEL constant
protected  int logLevel
          Calls to log with severity levels less than this value will be ignored.
static int LOGLEVEL_DEBUG
          Possible value for logLevel
static int LOGLEVEL_ERROR
          Possible value for logLevel
static int LOGLEVEL_FATAL
          Possible value for logLevel
static int LOGLEVEL_INFO
          Possible value for logLevel
static int LOGLEVEL_WARN
          Possible value for logLevel
protected static int LOGWARN
          Convenience redeclaration of corresponding Logger.LOGLEVEL constant
protected  org.sandev.basics.nodecommon.Messager messager
          Communications to and from this node.
protected  org.sandev.basics.structs.NodeInstance nodeInstance
          The declaration used to initialize this node instance when it was first created.
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncAggregateUpdate
          Outbound org.sandev.basics.structs.AggregateUpdate synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncCacheActionRegistration
          Outbound org.sandev.basics.sandmessages.CacheAction synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncDataImportExport
          Outbound org.sandev.basics.sandmessages.DataImportExport synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncExternalPlanQuery
          Outbound org.sandev.TaskHeap.sandmessages.ExternalPlanQuery synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncExternalPlanSync
          Outbound org.sandev.TaskHeap.sandmessages.ExternalPlanSync synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncHeapAttributesQuery
          Outbound org.sandev.TaskHeap.sandmessages.HeapAttributesQuery synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncPlanComponentQuery
          Outbound org.sandev.TaskHeap.sandmessages.PlanComponentQuery synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncPlanQuery
          Outbound org.sandev.TaskHeap.sandmessages.PlanQuery synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncPlanRecalc
          Outbound org.sandev.TaskHeap.sandmessages.PlanRecalc synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncReaderQuery
          Outbound org.sandev.TaskHeap.sandmessages.ReaderQuery synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncResourceQuery
          Outbound org.sandev.TaskHeap.sandmessages.ResourceQuery synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncStatsQuery
          Outbound org.sandev.basics.sandmessages.StatsQuery synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncTaskPhaseQuery
          Outbound org.sandev.TaskHeap.sandmessages.TaskPhaseQuery synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncTaskQuery
          Outbound org.sandev.TaskHeap.sandmessages.TaskQuery synchronous messaging configuration
protected  org.sandev.basics.sandmessages.IODeclCall outgoingSyncTaskTypeQuery
          Outbound org.sandev.TaskHeap.sandmessages.TaskTypeQuery synchronous messaging configuration
protected  org.sandev.basics.nodecommon.Controllable parent
          Our parent node
protected  java.lang.String sandNodeErrorMessage
          Text details of the node execution error.
protected  int sandNodeState
          Runtime state of the node.
static int SANDNODESTATE_FAILED
          Possible value for sandNodeState
static int SANDNODESTATE_FAILING
          Possible value for sandNodeState
static int SANDNODESTATE_RESUMING
          Possible value for sandNodeState
static int SANDNODESTATE_RUNNING
          Possible value for sandNodeState
static int SANDNODESTATE_STARTING
          Possible value for sandNodeState
static int SANDNODESTATE_STOPPED
          Possible value for sandNodeState
static int SANDNODESTATE_STOPPING
          Possible value for sandNodeState
static int SANDNODESTATE_SUSPENDED
          Possible value for sandNodeState
static int SANDNODESTATE_SUSPENDING
          Possible value for sandNodeState
static int SANDNODESTATE_UNDEFINED
          Possible value for sandNodeState
protected  org.sandev.basics.nodecommon.SandRoot sandRoot
          Back reference to the SandRoot that launched us.
 
Fields inherited from class org.sandev.TaskHeap.TaskHeapUI.TaskHeapUINodeDecl
authorizerInstanceName, inputFileDir, outputFileDir, techSupportEmailAddress, userLookupInstanceName
 
Fields inherited from interface org.sandev.basics.nodecommon.Controllable
OPERATION_FAIL, OPERATION_RESUME, OPERATION_SHUTDOWN, OPERATION_STARTUP, OPERATION_STR_FAIL, OPERATION_STR_RESUME, OPERATION_STR_SHUTDOWN, OPERATION_STR_STARTUP, OPERATION_STR_SUSPEND, OPERATION_STR_UNDEFINED, OPERATION_STRINGS, OPERATION_SUSPEND, OPERATION_UNDEFINED, SHUTDOWN_ERROR_RESTART_GLOBAL, SHUTDOWN_ERROR_RESTART_LOCAL, SHUTDOWN_ERROR_TERMINATE, SHUTDOWN_NORMAL, STATE_FAILED, STATE_FAILING, STATE_RESUMING, STATE_RUNNING, STATE_STARTING, STATE_STOPPED, STATE_STOPPING, STATE_STR_FAILED, STATE_STR_FAILING, STATE_STR_RESUMING, STATE_STR_RUNNING, STATE_STR_STARTING, STATE_STR_STOPPED, STATE_STR_STOPPING, STATE_STR_SUSPENDED, STATE_STR_SUSPENDING, STATE_STR_UNDEFINED, STATE_STRINGS, STATE_SUSPENDED, STATE_SUSPENDING, STATE_UNDEFINED
 
Constructor Summary
TaskHeapUINodeBase()
          Default constructor calls init.
 
Method Summary
 void addWrapper(org.sandev.basics.nodecommon.ControlWrapper wrapper)
          Add the specified wrapper to our notification collection
 org.sandev.basics.structs.AggregateUpdate callAggregateUpdate(org.sandev.basics.structs.AggregateUpdate msg)
          Synchronous outbound AggregateUpdate
 org.sandev.basics.sandmessages.CacheAction callCacheActionRegistration(org.sandev.basics.sandmessages.CacheAction msg)
          Synchronous outbound CacheAction
 org.sandev.basics.sandmessages.DataImportExport callDataImportExport(org.sandev.basics.sandmessages.DataImportExport msg)
          Synchronous outbound DataImportExport
 ExternalPlanCollection callExternalPlanQuery(ExternalPlanQuery msg)
          Synchronous outbound ExternalPlanQuery
 ExternalPlanSync callExternalPlanSync(ExternalPlanSync msg)
          Synchronous outbound ExternalPlanSync
 HeapAttributesCollection callHeapAttributesQuery(HeapAttributesQuery msg)
          Synchronous outbound HeapAttributesQuery
 PlanComponentCollection callPlanComponentQuery(PlanComponentQuery msg)
          Synchronous outbound PlanComponentQuery
 PlanCollection callPlanQuery(PlanQuery msg)
          Synchronous outbound PlanQuery
 PlanRecalc callPlanRecalc(PlanRecalc msg)
          Synchronous outbound PlanRecalc
 ReaderCollection callReaderQuery(ReaderQuery msg)
          Synchronous outbound ReaderQuery
 ResourceCollection callResourceQuery(ResourceQuery msg)
          Synchronous outbound ResourceQuery
 org.sandev.basics.sandmessages.Stats callStatsQuery(org.sandev.basics.sandmessages.StatsQuery msg)
          Synchronous outbound StatsQuery
 TaskPhaseCollection callTaskPhaseQuery(TaskPhaseQuery msg)
          Synchronous outbound TaskPhaseQuery
 TaskCollection callTaskQuery(TaskQuery msg)
          Synchronous outbound TaskQuery
 TaskTypeCollection callTaskTypeQuery(TaskTypeQuery msg)
          Synchronous outbound TaskTypeQuery
 void deliver(org.sandev.basics.structs.SandMessage msg)
          Only those deliver methods explicitely declared by the node should actually be called.
 void deliverCacheActionSource(org.sandev.basics.sandmessages.CacheAction msg)
          Asynchronous inbound CacheAction
 void deliverStatsSource(org.sandev.basics.sandmessages.Stats msg)
          Asynchronous inbound Stats
 boolean fieldHasFlag(java.lang.String fieldname, int fieldflag)
          Return true if the named field declares the indicated flag, false otherwise.
 java.lang.String getAuthorizerInstanceName()
          Accessor for authorizerInstanceName
static java.lang.String getAuthorizerInstanceNameDefaultValue()
          Default value for authorizerInstanceName.
 java.lang.String getAuthorizerInstanceNameFieldPrintValue()
          Return the print name of the authorizerInstanceName field.
static boolean getAuthorizerInstanceNameFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getAuthorizerInstanceNameInvalidValue()
          Invalid value for authorizerInstanceName.
static int getAuthorizerInstanceNameLengthMax()
          Maximum authorizerInstanceName length is 60 characters
static int getAuthorizerInstanceNameLengthNorm()
          Normal authorizerInstanceName length is 30 characters
 java.lang.String getAuthorizerInstanceNameMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getAuthorizerInstanceNamePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getAuthorizerInstanceNameRange()
          Return the range specification for this field
 java.lang.String getAuthorizerInstanceNameValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.nodecommon.Controllable[] getHelperNodes()
          accessor for helperNodes
 org.sandev.basics.util.IDCache getIDCache()
          Stub for retrieving the IDCache used by this node.
 org.sandev.basics.sandmessages.IODeclSubscribe getIncomingAsyncCacheActionSource()
          Accessor for incomingAsyncCacheActionSource
static org.sandev.basics.sandmessages.IODeclSubscribe getIncomingAsyncCacheActionSourceDefaultValue()
          Default value for incomingAsyncCacheActionSource.
 java.lang.String getIncomingAsyncCacheActionSourceFieldPrintValue()
          Return the print name of the incomingAsyncCacheActionSource field.
static boolean getIncomingAsyncCacheActionSourceFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclSubscribe getIncomingAsyncCacheActionSourceInvalidValue()
          Invalid value for incomingAsyncCacheActionSource.
 java.lang.String getIncomingAsyncCacheActionSourceMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getIncomingAsyncCacheActionSourcePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getIncomingAsyncCacheActionSourceRange()
          Return the range specification for this field
 java.lang.String getIncomingAsyncCacheActionSourceValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclSubscribe getIncomingAsyncStatsSource()
          Accessor for incomingAsyncStatsSource
static org.sandev.basics.sandmessages.IODeclSubscribe getIncomingAsyncStatsSourceDefaultValue()
          Default value for incomingAsyncStatsSource.
 java.lang.String getIncomingAsyncStatsSourceFieldPrintValue()
          Return the print name of the incomingAsyncStatsSource field.
static boolean getIncomingAsyncStatsSourceFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclSubscribe getIncomingAsyncStatsSourceInvalidValue()
          Invalid value for incomingAsyncStatsSource.
 java.lang.String getIncomingAsyncStatsSourceMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getIncomingAsyncStatsSourcePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getIncomingAsyncStatsSourceRange()
          Return the range specification for this field
 java.lang.String getIncomingAsyncStatsSourceValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String getInputFileDir()
          Accessor for inputFileDir
static java.lang.String getInputFileDirDefaultValue()
          Default value for inputFileDir.
 java.lang.String getInputFileDirFieldPrintValue()
          Return the print name of the inputFileDir field.
static boolean getInputFileDirFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getInputFileDirInvalidValue()
          Invalid value for inputFileDir.
static int getInputFileDirLengthMax()
          Maximum inputFileDir length is 60 characters
static int getInputFileDirLengthNorm()
          Normal inputFileDir length is 30 characters
 java.lang.String getInputFileDirMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getInputFileDirPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getInputFileDirRange()
          Return the range specification for this field
 java.lang.String getInputFileDirValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.nodecommon.Logger getLogger()
          Accessor for logger
static org.sandev.basics.nodecommon.Logger getLoggerDefaultValue()
          Default value for logger.
 java.lang.String getLoggerFieldPrintValue()
          Return the print name of the logger field.
static boolean getLoggerFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.nodecommon.Logger getLoggerInvalidValue()
          Invalid value for logger.
 java.lang.String getLoggerMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getLoggerPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getLoggerRange()
          Return the range specification for this field
 java.lang.String getLoggerValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 int getLogLevel()
          Accessor for logLevel
static java.lang.String[] getLogLevelActualVals()
          Return an array of the possible values for this field as Strings.
static int getLogLevelDefaultValue()
          Default value for logLevel.
static java.lang.String getLogLevelEnumSummary()
          Return a single String summary of the possible enum values for debug and similar purposes.
 java.lang.String getLogLevelFieldPrintValue()
          Return the print name of the logLevel field.
static boolean getLogLevelFlag(int fieldflag)
          Field flag accessor.
static int getLogLevelInvalidValue()
          Invalid value for logLevel.
static java.lang.String[] getLogLevelKeyVals()
          Return an array of unique keys for the values of this field.
 java.lang.String getLogLevelMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
static java.lang.String[] getLogLevelPrintVals()
          Return an array of the possible values for this field in display format.
 java.lang.String getLogLevelPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getLogLevelRange()
          Return the range specification for this field
 java.lang.String getLogLevelValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.nodecommon.Messager getMessager()
          Accessor for messager
static org.sandev.basics.nodecommon.Messager getMessagerDefaultValue()
          Default value for messager.
 java.lang.String getMessagerFieldPrintValue()
          Return the print name of the messager field.
static boolean getMessagerFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.nodecommon.Messager getMessagerInvalidValue()
          Invalid value for messager.
 java.lang.String getMessagerMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getMessagerPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getMessagerRange()
          Return the range specification for this field
 java.lang.String getMessagerValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.structs.NodeInstance getNodeInstance()
          Accessor for nodeInstance
static org.sandev.basics.structs.NodeInstance getNodeInstanceDefaultValue()
          Default value for nodeInstance.
 java.lang.String getNodeInstanceFieldPrintValue()
          Return the print name of the nodeInstance field.
static boolean getNodeInstanceFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.structs.NodeInstance getNodeInstanceInvalidValue()
          Invalid value for nodeInstance.
 java.lang.String getNodeInstanceMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getNodeInstanceName()
          convenience wrapper method to retrieve our instance name
 java.lang.String getNodeInstancePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getNodeInstanceRange()
          Return the range specification for this field
 java.lang.String getNodeInstanceValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncAggregateUpdate()
          Accessor for outgoingSyncAggregateUpdate
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncAggregateUpdateDefaultValue()
          Default value for outgoingSyncAggregateUpdate.
 java.lang.String getOutgoingSyncAggregateUpdateFieldPrintValue()
          Return the print name of the outgoingSyncAggregateUpdate field.
static boolean getOutgoingSyncAggregateUpdateFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncAggregateUpdateInvalidValue()
          Invalid value for outgoingSyncAggregateUpdate.
 java.lang.String getOutgoingSyncAggregateUpdateMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncAggregateUpdatePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncAggregateUpdateRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncAggregateUpdateValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncCacheActionRegistration()
          Accessor for outgoingSyncCacheActionRegistration
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncCacheActionRegistrationDefaultValue()
          Default value for outgoingSyncCacheActionRegistration.
 java.lang.String getOutgoingSyncCacheActionRegistrationFieldPrintValue()
          Return the print name of the outgoingSyncCacheActionRegistration field.
static boolean getOutgoingSyncCacheActionRegistrationFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncCacheActionRegistrationInvalidValue()
          Invalid value for outgoingSyncCacheActionRegistration.
 java.lang.String getOutgoingSyncCacheActionRegistrationMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncCacheActionRegistrationPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncCacheActionRegistrationRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncCacheActionRegistrationValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncDataImportExport()
          Accessor for outgoingSyncDataImportExport
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncDataImportExportDefaultValue()
          Default value for outgoingSyncDataImportExport.
 java.lang.String getOutgoingSyncDataImportExportFieldPrintValue()
          Return the print name of the outgoingSyncDataImportExport field.
static boolean getOutgoingSyncDataImportExportFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncDataImportExportInvalidValue()
          Invalid value for outgoingSyncDataImportExport.
 java.lang.String getOutgoingSyncDataImportExportMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncDataImportExportPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncDataImportExportRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncDataImportExportValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncExternalPlanQuery()
          Accessor for outgoingSyncExternalPlanQuery
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncExternalPlanQueryDefaultValue()
          Default value for outgoingSyncExternalPlanQuery.
 java.lang.String getOutgoingSyncExternalPlanQueryFieldPrintValue()
          Return the print name of the outgoingSyncExternalPlanQuery field.
static boolean getOutgoingSyncExternalPlanQueryFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncExternalPlanQueryInvalidValue()
          Invalid value for outgoingSyncExternalPlanQuery.
 java.lang.String getOutgoingSyncExternalPlanQueryMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncExternalPlanQueryPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncExternalPlanQueryRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncExternalPlanQueryValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncExternalPlanSync()
          Accessor for outgoingSyncExternalPlanSync
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncExternalPlanSyncDefaultValue()
          Default value for outgoingSyncExternalPlanSync.
 java.lang.String getOutgoingSyncExternalPlanSyncFieldPrintValue()
          Return the print name of the outgoingSyncExternalPlanSync field.
static boolean getOutgoingSyncExternalPlanSyncFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncExternalPlanSyncInvalidValue()
          Invalid value for outgoingSyncExternalPlanSync.
 java.lang.String getOutgoingSyncExternalPlanSyncMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncExternalPlanSyncPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncExternalPlanSyncRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncExternalPlanSyncValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncHeapAttributesQuery()
          Accessor for outgoingSyncHeapAttributesQuery
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncHeapAttributesQueryDefaultValue()
          Default value for outgoingSyncHeapAttributesQuery.
 java.lang.String getOutgoingSyncHeapAttributesQueryFieldPrintValue()
          Return the print name of the outgoingSyncHeapAttributesQuery field.
static boolean getOutgoingSyncHeapAttributesQueryFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncHeapAttributesQueryInvalidValue()
          Invalid value for outgoingSyncHeapAttributesQuery.
 java.lang.String getOutgoingSyncHeapAttributesQueryMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncHeapAttributesQueryPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncHeapAttributesQueryRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncHeapAttributesQueryValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanComponentQuery()
          Accessor for outgoingSyncPlanComponentQuery
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanComponentQueryDefaultValue()
          Default value for outgoingSyncPlanComponentQuery.
 java.lang.String getOutgoingSyncPlanComponentQueryFieldPrintValue()
          Return the print name of the outgoingSyncPlanComponentQuery field.
static boolean getOutgoingSyncPlanComponentQueryFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanComponentQueryInvalidValue()
          Invalid value for outgoingSyncPlanComponentQuery.
 java.lang.String getOutgoingSyncPlanComponentQueryMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncPlanComponentQueryPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncPlanComponentQueryRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncPlanComponentQueryValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanQuery()
          Accessor for outgoingSyncPlanQuery
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanQueryDefaultValue()
          Default value for outgoingSyncPlanQuery.
 java.lang.String getOutgoingSyncPlanQueryFieldPrintValue()
          Return the print name of the outgoingSyncPlanQuery field.
static boolean getOutgoingSyncPlanQueryFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanQueryInvalidValue()
          Invalid value for outgoingSyncPlanQuery.
 java.lang.String getOutgoingSyncPlanQueryMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncPlanQueryPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncPlanQueryRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncPlanQueryValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanRecalc()
          Accessor for outgoingSyncPlanRecalc
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanRecalcDefaultValue()
          Default value for outgoingSyncPlanRecalc.
 java.lang.String getOutgoingSyncPlanRecalcFieldPrintValue()
          Return the print name of the outgoingSyncPlanRecalc field.
static boolean getOutgoingSyncPlanRecalcFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncPlanRecalcInvalidValue()
          Invalid value for outgoingSyncPlanRecalc.
 java.lang.String getOutgoingSyncPlanRecalcMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncPlanRecalcPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncPlanRecalcRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncPlanRecalcValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncReaderQuery()
          Accessor for outgoingSyncReaderQuery
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncReaderQueryDefaultValue()
          Default value for outgoingSyncReaderQuery.
 java.lang.String getOutgoingSyncReaderQueryFieldPrintValue()
          Return the print name of the outgoingSyncReaderQuery field.
static boolean getOutgoingSyncReaderQueryFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncReaderQueryInvalidValue()
          Invalid value for outgoingSyncReaderQuery.
 java.lang.String getOutgoingSyncReaderQueryMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncReaderQueryPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncReaderQueryRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncReaderQueryValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncResourceQuery()
          Accessor for outgoingSyncResourceQuery
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncResourceQueryDefaultValue()
          Default value for outgoingSyncResourceQuery.
 java.lang.String getOutgoingSyncResourceQueryFieldPrintValue()
          Return the print name of the outgoingSyncResourceQuery field.
static boolean getOutgoingSyncResourceQueryFlag(int fieldflag)
          Field flag accessor.
static org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncResourceQueryInvalidValue()
          Invalid value for outgoingSyncResourceQuery.
 java.lang.String getOutgoingSyncResourceQueryMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getOutgoingSyncResourceQueryPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getOutgoingSyncResourceQueryRange()
          Return the range specification for this field
 java.lang.String getOutgoingSyncResourceQueryValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.sandmessages.IODeclCall getOutgoingSyncStatsQuery()
          Accessor for outgoingSyncStatsQuery
static org.sandev.basics.sandmessages.IODeclCall <