public class JPathBean extends Object implements JPath
| 构造器和说明 |
|---|
JPathBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAbsolutePath() |
Class |
getClazz() |
String |
getExpression() |
String |
getId() |
String |
getPath() |
PathElementType |
getType() |
void |
setAbsolutePath(String absolutePath) |
void |
setClazz(Class clazz) |
void |
setExpression(String expression) |
void |
setId(String id) |
void |
setPath(String path) |
void |
setType(PathElementType type) |
public String getExpression()
getExpression 在接口中 JPathpublic void setExpression(String expression)
public String getAbsolutePath()
getAbsolutePath 在接口中 JPathpublic void setAbsolutePath(String absolutePath)
public void setPath(String path)
public String getId()
getId 在接口中 JIndexBeanpublic void setId(String id)
setId 在接口中 JIndexBeanpublic PathElementType getType()
public void setType(PathElementType type)
public void setClazz(Class clazz)
setClazz 在接口中 JIndexBeanpublic Class getClazz()
getClazz 在接口中 JIndexBeanCopyright © 2023 onecode. All rights reserved.