public class TraversalSpec extends SelectionSpec
| Modifier and Type | Field and Description |
|---|---|
String |
path |
SelectionSpec[] |
selectSet |
Boolean |
skip |
String |
type |
namedynamicProperty, dynamicType| Constructor and Description |
|---|
TraversalSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
SelectionSpec[] |
getSelectSet() |
Boolean |
getSkip() |
String |
getType() |
void |
setPath(String path) |
void |
setSelectSet(SelectionSpec[] selectSet) |
void |
setSkip(Boolean skip) |
void |
setType(String type) |
getName, setNamegetDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String type
public String path
public Boolean skip
public SelectionSpec[] selectSet
public String getType()
public String getPath()
public Boolean getSkip()
public SelectionSpec[] getSelectSet()
public void setType(String type)
public void setPath(String path)
public void setSkip(Boolean skip)
public void setSelectSet(SelectionSpec[] selectSet)
Copyright © 2011-2012. All Rights Reserved.