public class ColumnMeta extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
name
Name of the column.
|
protected Class<?> |
type
Type of the column.
|
Modifier | Constructor and Description |
---|---|
protected |
ColumnMeta(String name,
Class<?> type) |
Modifier and Type | Method and Description |
---|---|
String |
getColumnType() |
String |
getName() |
Class<?> |
getType() |
String |
getTypeSimpleName() |
boolean |
isBoolean() |
boolean |
isDate() |
boolean |
isFK() |
boolean |
isNumber() |
protected static ColumnMeta |
newMeta(String name,
Class<?> type) |
protected String name
protected Class<?> type
protected static ColumnMeta newMeta(String name, Class<?> type)
public String getName()
public Class<?> getType()
public String getTypeSimpleName()
public String getColumnType()
public boolean isFK()
public boolean isDate()
public boolean isBoolean()
public boolean isNumber()
Copyright © 2004–2022 Code Lutin. All rights reserved.