Class PropertyKey
- java.lang.Object
- 
- com.inductiveautomation.perspective.common.api.PropertyKey
 
- 
 public class PropertyKey extends java.lang.ObjectUniquely identifies a property of a component by combining it's path and it's property scope.Suitable to be used as a map key. 
- 
- 
Field SummaryFields Modifier and Type Field Description java.lang.StringpathPropertyTypescope
 - 
Constructor SummaryConstructors Constructor Description PropertyKey(PropertyType scope, java.lang.String path)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)static PropertyKeyfromString(java.lang.String s)inthashCode()java.lang.StringtoString()
 
- 
- 
- 
Field Detail- 
scopepublic final PropertyType scope 
 - 
pathpublic final java.lang.String path 
 
- 
 - 
Constructor Detail- 
PropertyKeypublic PropertyKey(PropertyType scope, java.lang.String path) 
 
- 
 - 
Method Detail- 
fromStringpublic static PropertyKey fromString(java.lang.String s) 
 - 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-