public class Column extends AbstractObj implements Queryable
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_DISPLAY_FORM |
static String |
TYPE_FACT |
static String |
TYPE_FK |
static String |
TYPE_INPUT_PK |
static String |
TYPE_PK |
metaCREATE_URI, CREATE_WITH_ID_URI, OBJ_TEMPLATE, OBJ_URI, URI| Modifier and Type | Method and Description |
|---|---|
String |
getDBName() |
String |
getTableUri() |
String |
getType() |
boolean |
isDisplayForm() |
boolean |
isFact() |
boolean |
isFk() |
boolean |
isInputPk() |
boolean |
isPk() |
String |
toString() |
getAuthor, getCategory, getContributor, getCreated, getId, getIdentifier, getSummary, getTags, getTitle, getUpdated, getUri, isDeprecated, isLocked, isProduction, isSharedWithSomeone, isUnlisted, setCategory, setDeprecated, setIdentifier, setLocked, setProduction, setSharedWithSomeone, setSummary, setTags, setTitle, setUnlisted, urispublic static final String TYPE_PK
public static final String TYPE_INPUT_PK
public static final String TYPE_FK
public static final String TYPE_FACT
public static final String TYPE_DISPLAY_FORM
public String getType()
pk,inputpk,fk,fact,displayForm or nullpublic String getDBName()
public boolean isPk()
pk, false otherwisepublic boolean isInputPk()
inputpk, false otherwisepublic boolean isFk()
fk, false otherwisepublic boolean isFact()
fact, false otherwisepublic boolean isDisplayForm()
pk, false otherwisepublic String toString()
toString in class AbstractObjCopyright © 2017. All rights reserved.