lumis.content.wizard
Interface ICreateParams.IField

Package class diagram package ICreateParams.IField
Enclosing interface:
ICreateParams

public static interface ICreateParams.IField


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

Field Detail

FIELD_KIND_NORMAL

static final String FIELD_KIND_NORMAL
See Also:
Constant Field Values

FIELD_KIND_VERSION_ACTIVE

static final String FIELD_KIND_VERSION_ACTIVE
See Also:
Constant Field Values

FIELD_KIND_VERSION_NUMBER

static final String FIELD_KIND_VERSION_NUMBER
See Also:
Constant Field Values

FIELD_KIND_VERSION_CONTENT_ID

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

getDataType

String getDataType()

getId

String getId()

getName

String getName()

getKind

String getKind()

isPrimaryKey

boolean isPrimaryKey()

isPrimaryName

boolean isPrimaryName()

isIntroduction

boolean isIntroduction()

isKeywords

boolean isKeywords()

isSearchable

boolean isSearchable()

isRequired

boolean isRequired()

getDefaultValue

String getDefaultValue()

getPattern

String getPattern()

getMaxLength

int getMaxLength()


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