lumis.content.wizard
Interface ICreateParams.IField

Package class diagram package ICreateParams.IField
Enclosing interface:
ICreateParams

public static interface ICreateParams.IField


Field Summary
static java.lang.String FIELD_KIND_NORMAL
           
static java.lang.String FIELD_KIND_VERSION_ACTIVE
           
static java.lang.String FIELD_KIND_VERSION_CONTENT_ID
           
static java.lang.String FIELD_KIND_VERSION_NUMBER
           
 
Method Summary
 java.lang.String getDataType()
           
 java.lang.String getDefaultValue()
           
 java.lang.String getId()
           
 java.lang.String getKind()
           
 int getMaxLength()
           
 java.lang.String getName()
           
 java.lang.String getPattern()
           
 boolean isIntroduction()
           
 boolean isKeywords()
           
 boolean isPrimaryKey()
           
 boolean isPrimaryName()
           
 boolean isRequired()
           
 boolean isSearchable()
           
 

Field Detail

FIELD_KIND_NORMAL

static final java.lang.String FIELD_KIND_NORMAL
See Also:
Constant Field Values

FIELD_KIND_VERSION_ACTIVE

static final java.lang.String FIELD_KIND_VERSION_ACTIVE
See Also:
Constant Field Values

FIELD_KIND_VERSION_NUMBER

static final java.lang.String FIELD_KIND_VERSION_NUMBER
See Also:
Constant Field Values

FIELD_KIND_VERSION_CONTENT_ID

static final java.lang.String FIELD_KIND_VERSION_CONTENT_ID
See Also:
Constant Field Values
Method Detail

getDataType

java.lang.String getDataType()

getId

java.lang.String getId()

getName

java.lang.String getName()

getKind

java.lang.String getKind()

isPrimaryKey

boolean isPrimaryKey()

isPrimaryName

boolean isPrimaryName()

isIntroduction

boolean isIntroduction()

isKeywords

boolean isKeywords()

isSearchable

boolean isSearchable()

isRequired

boolean isRequired()

getDefaultValue

java.lang.String getDefaultValue()

getPattern

java.lang.String getPattern()

getMaxLength

int getMaxLength()


Lumisportal  6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.