public class LocationPath extends AbstractXPathNode
| Constructor and Description |
|---|
LocationPath()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(XPathVisitor visitor)
Accepts a visitor.
|
String |
getArtifactModel() |
String |
getArtifactType() |
void |
setArtifactModel(String artifactModel) |
void |
setArtifactType(String artifactType) |
public String getArtifactModel()
public void setArtifactModel(String artifactModel)
artifactModel - the artifactModel to setpublic String getArtifactType()
public void setArtifactType(String artifactType)
artifactType - the artifactType to setpublic void accept(XPathVisitor visitor)
AbstractXPathNodeaccept in class AbstractXPathNodeAbstractXPathNode.accept(org.overlord.sramp.common.query.xpath.visitors.XPathVisitor)Copyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.