public class ColumnDescriptor extends Object
| Constructor and Description |
|---|
ColumnDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getDisplaySize()
Gets the display size.
|
String |
getLabel()
Gets the label.
|
String |
getName()
Gets the name.
|
int |
getSqlType()
Gets the sql type.
|
int |
hashCode() |
void |
setDisplaySize(int displaySize)
Sets the display size.
|
void |
setLabel(String label)
Sets the label.
|
void |
setName(String name)
Sets the name.
|
void |
setSqlType(int sqlType)
Sets the sql type.
|
public String getName()
public void setName(String name)
name - the new namepublic String getLabel()
public void setLabel(String label)
label - the new labelpublic int getSqlType()
public void setSqlType(int sqlType)
sqlType - the new sql typepublic int getDisplaySize()
public void setDisplaySize(int displaySize)
displaySize - the new display sizeCopyright © 2010–2018 Eclipse Foundation. All rights reserved.