public class PropertyRef extends Object
| Constructor and Description |
|---|
PropertyRef() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
String |
getPath() |
String |
getPropertyName() |
PropertyRef |
setAlias(String alias) |
PropertyRef |
setPath(String path) |
PropertyRef |
setPropertyName(String name) |
public String getPath()
public PropertyRef setPath(String path)
public String getPropertyName()
public PropertyRef setPropertyName(String name)
public String getAlias()
public PropertyRef setAlias(String alias)
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.