Class ConfIdentityRef

All Implemented Interfaces:
Serializable, Cloneable

public class ConfIdentityRef extends ConfValue implements Cloneable, Serializable
DATA_CONTAINER - Corresponds to the YANG identityRef type.
See Also:
  • Constructor Details

    • ConfIdentityRef

      public ConfIdentityRef(String nsURI, String tagname)
      Parameters:
      nsURI -
      tagname -
    • ConfIdentityRef

      public ConfIdentityRef(ConfPath path, MountIdInterface mountIdGetter, String prefix, String tagname)
    • ConfIdentityRef

      public ConfIdentityRef(String tagname)
    • ConfIdentityRef

      public ConfIdentityRef(int ns, int tag)
      Parameters:
      ns - Namespace hash
      tag - tagHash
    • ConfIdentityRef

      public ConfIdentityRef(ConfEObject o) throws ConfException
      Throws:
      ConfException
  • Method Details