Class PropertyPath
- java.lang.Object
- 
- com.inductiveautomation.perspective.designer.model.PropertyPath
 
- 
 public class PropertyPath extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description PropertyPath(ComponentPath componentPath, PropertyType propertyType, JsonPath propertyPath)
 - 
Method SummaryAll 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- 
PropertyPathpublic PropertyPath(ComponentPath componentPath, PropertyType propertyType, JsonPath propertyPath) 
 
- 
 - 
Method Detail- 
getComponentPathpublic ComponentPath getComponentPath() 
 - 
getPropertyTypepublic PropertyType getPropertyType() 
 - 
getPropertyPathpublic JsonPath getPropertyPath() 
 - 
makeRelativepublic 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.
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-