java.lang.Object
com.inductiveautomation.perspective.designer.model.PropertyPath

public class PropertyPath extends Object
  • Constructor Details

  • Method Details

    • getComponentPath

      public ComponentPath getComponentPath()
    • getPropertyType

      public PropertyType getPropertyType()
    • getPropertyPath

      public JsonPath getPropertyPath()
    • makeRelative

      public PropertyPath makeRelative(ComponentPath relativeTo)
      Makes a property path that will point to the same property as this one, but using relative syntax from the given component.
    • toString

      public String toString()
      Overrides:
      toString in class Object