Class mheg5.OBJ.OctetStringVar
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.OBJ.OctetStringVar

java.lang.Object
   |
   +----mheg5.UTL.ListNode
           |
           +----mheg5.REF.ObjectRef
                   |
                   +----mheg5.OBJ.Root
                           |
                           +----mheg5.OBJ.Ingredient
                                   |
                                   +----mheg5.OBJ.Variable
                                           |
                                           +----mheg5.OBJ.OctetStringVar

public class OctetStringVar
extends Variable
implements AIOctetStringVariable

Constructor Index

 o OctetStringVar()
Constructor for a OctetStringVar Object

Method Index

 o Append(String)
Append(AppendValue)
 o SetInternalAttributes()
 o SetVariable(int)
SetVariable (NewVariable­Value)
 o SetVariable(String)
SetVariable (NewVariable­Value)
 o TestVariable(String, int)
(this encoding was moved from Variable Class to OctetStringVar Class!) TestVariable (Target, Operator, ComparisonValue)
 o toString()

Constructors

 o OctetStringVar
  public OctetStringVar()
Constructor for a OctetStringVar Object

Methods

 o SetInternalAttributes
  public void SetInternalAttributes()
Overrides:
SetInternalAttributes in class Ingredient
 o SetVariable
  public void SetVariable(String newValue)
SetVariable (NewVariable­Value)
 o SetVariable
  public void SetVariable(int newValue)
SetVariable (NewVariable­Value)
 o Append
  public void Append(String postfix)
Append(AppendValue)
 o TestVariable
  public void TestVariable(String cmpValue,
                           int op)
(this encoding was moved from Variable Class to OctetStringVar Class!) TestVariable (Target, Operator, ComparisonValue)
 o toString
  public String toString()
Overrides:
toString in class Root

All Packages  Class Hierarchy  This Package  Previous  Next  Index