protected static class DataGridStepEditorDialog.AttDef
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
m_name |
protected java.lang.String |
m_nomOrDate |
protected int |
m_type |
| Constructor and Description |
|---|
AttDef(java.lang.String name,
int type,
java.lang.String nomOrDate)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static int |
attStringToType(java.lang.String type)
Convert a string attribute type to the corresponding integer type code
|
java.lang.String |
toString()
Creates a string representation of the attribute that
gets displayed in the list
|
protected java.lang.String m_name
protected int m_type
protected java.lang.String m_nomOrDate
public AttDef(java.lang.String name,
int type,
java.lang.String nomOrDate)
name - name of the attributetype - type of the attributenomOrDate - nominal values or date format stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic static int attStringToType(java.lang.String type)
type - the string attribute type