Class ConfXMLParamCdbStart

All Implemented Interfaces:
Serializable, Cloneable

public class ConfXMLParamCdbStart extends ConfXMLParamStart
Identifies a starting point in the model from which other parameters are relatively defined (used in CDB). This parameter is used in CDB methods when where list instances need to using index instead of key/value. See ConfXMLParam
See Also:
  • Constructor Details

    • ConfXMLParamCdbStart

      public ConfXMLParamCdbStart(int ns, int tag, int cdbInstanceInteger)
    • ConfXMLParamCdbStart

      public ConfXMLParamCdbStart(ConfNamespace namespace, String tagString, int cdbInstanceInteger)
    • ConfXMLParamCdbStart

      public ConfXMLParamCdbStart(String prefix, String tagString, int cdbInstanceInteger)
    • ConfXMLParamCdbStart

      public ConfXMLParamCdbStart(ConfPath path, MountIdInterface mountIdGetter, String prefix, String tagString, int cdbInstanceInteger)
    • ConfXMLParamCdbStart

      public ConfXMLParamCdbStart(ConfEObject o, int cdbInstanceInteger) throws ConfException
      Throws:
      ConfException