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 boolean
equals(java.lang.Object o)
java.util.List<PropertyDescriptorSpec>
getDefinedProperties()
java.lang.String
getExpression()
java.lang.String
getVersion()
int
hashCode()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-