Package org.n52.shetland.filter
Class ExpandItem
- java.lang.Object
-
- org.n52.shetland.filter.ExpandItem
-
public class ExpandItem extends Object
-
-
Constructor Summary
Constructors Constructor Description ExpandItem(String path, QueryOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPath()QueryOptionsgetQueryOptions()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ExpandItem
public ExpandItem(String path, QueryOptions options)
-
-
Method Detail
-
getPath
public String getPath()
- Returns:
- the path
-
getQueryOptions
public QueryOptions getQueryOptions()
- Returns:
- the filters
-
-