Class PathValue

java.lang.Object
com.regnosys.rosetta.common.util.PathValue

public class PathValue extends Object
  • Field Details

    • EMPTY

      public static final PathValue EMPTY
  • Constructor Details

    • PathValue

      public PathValue(com.rosetta.model.lib.path.RosettaPath hierarchicalPath, String value)
  • Method Details

    • getHierarchicalPath

      public com.rosetta.model.lib.path.RosettaPath getHierarchicalPath()
    • getValue

      public String getValue()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object