public static interface ICreateParams.IField
Modifier and Type | Interface and Description |
---|---|
static interface |
ICreateParams.IField.IDatabaseValues
Represents the field options that will be read from the database.
|
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_KIND_NORMAL |
static String |
FIELD_KIND_VERSION_ACTIVE |
static String |
FIELD_KIND_VERSION_CONTENT_ID |
static String |
FIELD_KIND_VERSION_NUMBER |
Modifier and Type | Method and Description |
---|---|
ICreateParams.IField.IDatabaseValues |
getDatabaseValues()
Returns the database values configuration for this field.
|
String |
getDataType() |
String |
getDefaultValue() |
String |
getId() |
String |
getKind() |
int |
getMaxLength() |
String |
getName() |
Map<String,String> |
getOptions()
Return the map of options of the field.
|
String |
getPattern() |
boolean |
isIntroduction() |
boolean |
isKeywords() |
boolean |
isPrimaryKey() |
boolean |
isPrimaryName() |
boolean |
isRequired() |
boolean |
isSearchable() |
static final String FIELD_KIND_NORMAL
static final String FIELD_KIND_VERSION_ACTIVE
static final String FIELD_KIND_VERSION_NUMBER
static final String FIELD_KIND_VERSION_CONTENT_ID
String getDataType()
String getId()
String getName()
String getKind()
boolean isPrimaryKey()
boolean isPrimaryName()
boolean isIntroduction()
boolean isKeywords()
boolean isSearchable()
boolean isRequired()
String getDefaultValue()
Map<String,String> getOptions()
getDatabaseValues()
returns some value (not null
), this call must return null
.ICreateParams.IField.IDatabaseValues getDatabaseValues()
getOptions()
returns some value (not null
), this call must return null
.String getPattern()
int getMaxLength()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.