Interface FullyQualifiedName

All Superinterfaces:
Serializable

public interface FullyQualifiedName extends Serializable
An interface marking a fully qualified name. The meaning of objects of this class depend on context.
Since:
UCMDB 9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the path of this fully qualified name.
  • Method Details

    • getPath

      List<String> getPath()
      Returns the path of this fully qualified name. The path is always of the format: [name_0,...,name_n].