Class PropertyPath
- java.lang.Object
 - 
- com.inductiveautomation.perspective.designer.model.PropertyPath
 
 
- 
public class PropertyPath extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description PropertyPath(ComponentPath componentPath, PropertyType propertyType, JsonPath propertyPath) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentPathgetComponentPath()JsonPathgetPropertyPath()PropertyTypegetPropertyType()PropertyPathmakeRelative(ComponentPath relativeTo)Makes a property path that will point to the same property as this one, but using relative syntax from the given component.java.lang.StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
PropertyPath
public PropertyPath(ComponentPath componentPath, PropertyType propertyType, JsonPath propertyPath)
 
 - 
 
- 
Method Detail
- 
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 java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -