public class DataField extends Object
| 构造器和说明 |
|---|
DataField() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.bstek.urule.model.library.Datatype |
getDatatype() |
String |
getLabel() |
String |
getName() |
com.bstek.urule.model.rule.Op |
getOp() |
String |
getUuid() |
void |
setDatatype(com.bstek.urule.model.library.Datatype datatype) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setOp(com.bstek.urule.model.rule.Op op) |
void |
setUuid(String uuid) |
public String getUuid()
public void setUuid(String uuid)
public String getName()
public void setName(String name)
public String getLabel()
public void setLabel(String label)
public com.bstek.urule.model.rule.Op getOp()
public void setOp(com.bstek.urule.model.rule.Op op)
public com.bstek.urule.model.library.Datatype getDatatype()
public void setDatatype(com.bstek.urule.model.library.Datatype datatype)
Copyright © 2023 Bstek. All rights reserved.