public class CardCell extends Object implements Comparable<CardCell>
| 构造器和说明 |
|---|
CardCell() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
compareTo(CardCell o) |
int |
getCol() |
Datatype |
getDatatype() |
Joint |
getJoint() |
int |
getRow() |
CellType |
getType() |
Value |
getValue() |
String |
getVariableLabel() |
String |
getVariableName() |
String |
getWeight() |
void |
setCol(int col) |
void |
setDatatype(Datatype datatype) |
void |
setJoint(Joint joint) |
void |
setRow(int row) |
void |
setType(CellType type) |
void |
setValue(Value value) |
void |
setVariableLabel(String variableLabel) |
void |
setVariableName(String variableName) |
void |
setWeight(String weight) |
public String getVariableLabel()
public void setVariableLabel(String variableLabel)
public String getVariableName()
public void setVariableName(String variableName)
public Datatype getDatatype()
public void setDatatype(Datatype datatype)
public CellType getType()
public void setType(CellType type)
public String getWeight()
public void setWeight(String weight)
public Joint getJoint()
public void setJoint(Joint joint)
public Value getValue()
public void setValue(Value value)
public int getRow()
public void setRow(int row)
public int getCol()
public void setCol(int col)
public int compareTo(CardCell o)
compareTo 在接口中 Comparable<CardCell>Copyright © 2018 Bstek. All rights reserved.