public class CreateIndexColumn extends Object implements Serializable
Constructor and Description |
---|
CreateIndexColumn()
Ctor.
|
CreateIndexColumn(String columnName)
Ctor.
|
CreateIndexColumn(String columnName,
CreateIndexColumnType type)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getColumnName()
Returns the column name.
|
CreateIndexColumnType |
getType()
Returns the index type.
|
void |
setColumnName(String columnName)
Set the column name.
|
void |
setType(CreateIndexColumnType type)
Sets the index type.
|
void |
toEPL(StringWriter writer)
Renders the clause in textual representation.
|
public CreateIndexColumn()
public CreateIndexColumn(String columnName)
columnName
- column namepublic CreateIndexColumn(String columnName, CreateIndexColumnType type)
columnName
- colum nametype
- index typepublic void toEPL(StringWriter writer)
writer
- to output topublic String getColumnName()
public void setColumnName(String columnName)
columnName
- name to setpublic CreateIndexColumnType getType()
public void setType(CreateIndexColumnType type)
type
- of index