public class Column extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Column.Type
The type of column to query.
|
Constructor and Description |
---|
Column(String queryClass,
String name,
Column.Type type)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Gets the name of the column.
|
String |
getQueryClass()
Gets the name of the query class.
|
Column.Type |
getType()
Gets the type of the column.
|
int |
hashCode() |
String |
toString() |
public Column(String queryClass, String name, Column.Type type)
queryClass
- The name of the query class.name
- The name of the column.type
- The type of the column.public String getQueryClass()
public String getName()
public Column.Type getType()
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>