IRISLIB database
Global Class Reference

Provide interface to globals. More...

Inheritance diagram for Global:
Collaboration diagram for Global:

Static Public Member Functions

_.Library.Status GlobalListClose (_.Library.Binary qHandle)
 Provide interface to globals.
 
_.Library.Status Kill (_.Library.String Node, _.Library.Boolean KillSubs)
 Kill a global node. More...
 
_.Library.Status Set (_.Library.String Node, _, _.Library.String Value, _.Library.Integer ValFormat)
 Set a global node. More...
 
_.Library.Integer format (_.Library.String value, _.Library.String output, _.Library.Boolean format)
 Format the 'value' so it is readable and return the type of format we have used.
 

Static Private Member Functions

 __genPattern (_.Library.String Spec, _.Library.String AS, _.Library.String AE, _.Library.String Pattern)
 Passed a pattern match this returns an COS style pattern and a start and stop point.
 

Additional Inherited Members

- Public Member Functions inherited from RegisteredObject
_.Library.Status OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount)
 This callback method is invoked when the current object is added to the SaveSet,. More...
 
_.Library.Status OnClose ()
 This callback method is invoked by the <METHOD>Close</METHOD> method to. More...
 
_.Library.Status OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned)
 This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More...
 
_.Library.Status OnNew ()
 This callback method is invoked by the <METHOD>New</METHOD> method to. More...
 
_.Library.Status OnValidateObject ()
 This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More...
 
- Static Public Attributes inherited from RegisteredObject
 CAPTION = None
 Optional name used by the Form Wizard for a class when generating forms. More...
 
 JAVATYPE = None
 The Java type to be used when exported.
 
 PROPERTYVALIDATION = None
 This parameter controls the default validation behavior for the object. More...
 

Detailed Description

Provide interface to globals.

Member Function Documentation

◆ Kill()

_.Library.Status Kill ( _.Library.String  Node,
_.Library.Boolean  KillSubs 
)
static

Kill a global node.

You pass it the name of the node and a flag to say if you want to kill subscripts or just this node and leave any subscripts.

◆ Set()

_.Library.Status Set ( _.Library.String  Node,
  _,
_.Library.String  Value,
_.Library.Integer  ValFormat 
)
static

Set a global node.

You pass it the name of the node to set, along with the value to set and the values format and it sets this node.