Class VersionedXPathQuery
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.model.VersionedXPathQuery
-
public class VersionedXPathQuery extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VersionedXPathQuery(java.lang.String version, java.lang.String expression, java.util.List<PropertyDescriptorSpec> definedProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<PropertyDescriptorSpec>getDefinedProperties()java.lang.StringgetExpression()java.lang.StringgetVersion()inthashCode()
-
-
-
Constructor Detail
-
VersionedXPathQuery
public VersionedXPathQuery(java.lang.String version, java.lang.String expression, java.util.List<PropertyDescriptorSpec> definedProperties)
-
-
Method Detail
-
getVersion
public java.lang.String getVersion()
-
getExpression
public java.lang.String getExpression()
-
getDefinedProperties
public java.util.List<PropertyDescriptorSpec> getDefinedProperties()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-