IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.base.types
Interface TypeConstants

All Known Implementing Classes:
AbstractConverter, AbstractPropertyDescriptor, AbstractValidator, BaseConverter, BasePropertyDescriptor, BaseValidator, BooleanConverter, BooleanValidator, ByteArrayConverter, ByteArrayValidator, CurrencyConverter, CurrencyValidator, DateConverter, DateConverter, DateDefaultConverter, DatePropertyDescriptor, DateValidator, DateValidator, DoublePropertyDescriptor, DoubleValidator, DSEType, DSETypeExternalizer, DurationConverter, DurationValidator, FloatConverter, FloatPropertyDescriptor, FloatValidator, ICollConverter, ICollPropertyDescriptor, ICollValidator, IntegerConverter, IntegerPropertyDescriptor, IntegerStringValidator, IntegerValidator, KCollConverter, KCollPropertyDescriptor, KCollValidator, NumberConverter, NumberFormatConverter, NumberValidator, NumericStringConverter, SimplePropertyDescriptor, StringConverter, StringConverter, StringPropertyDescriptor, StringValidator, StringValidator, TimeConverter, XMLGregorianCalendarConverter, XMLGregorianCalendarDefaultConverter, XMLGregorianCalendarValidator

public interface TypeConstants

This interface defines all constants required for the com.ibm.btt.base.types package.


Field Summary
static java.lang.String amended
           
static java.lang.String CONV_TYPE_DEFAULT
          The constant that identifies the default conversion type
static java.lang.String CONV_TYPE_HOST
          The constant that identifies the host conversion type
static java.lang.String CONV_TYPE_HTML
           
static java.lang.String CONV_TYPE_OUTPUT
          The constant that identifies the output conversion type
static java.lang.String CONV_TYPE_SER
          The constant that identifies the serialization conversion type
static java.lang.String CONV_TYPE_XML
          The constant that identifies the xml conversion type
static java.lang.String disabled
          The name of the six basic state flags
static java.lang.String hidden
           
static java.lang.String isAmended
           
static java.lang.String isDisabled
          The name the key values for the six basic state flags in the key value pairs
static java.lang.String isHidden
           
static java.lang.String isMandatory
           
static java.lang.String isOmitted
           
static java.lang.String isReadOnly
           
static java.lang.String mandatory
           
static java.lang.String omitted
           
static java.lang.String readOnly
           
static java.lang.String TYPE_DEFAULT
          The identifier for a default descriptor
static int TYPE_REGISTRY_INIT_SIZE
          The constant that identifies the initial size of the TypeExternalizer's registry
 

Field Detail

TYPE_DEFAULT

static final java.lang.String TYPE_DEFAULT
The identifier for a default descriptor

See Also:
Constant Field Values

CONV_TYPE_DEFAULT

static final java.lang.String CONV_TYPE_DEFAULT
The constant that identifies the default conversion type

See Also:
Constant Field Values

CONV_TYPE_SER

static final java.lang.String CONV_TYPE_SER
The constant that identifies the serialization conversion type

See Also:
Constant Field Values

CONV_TYPE_OUTPUT

static final java.lang.String CONV_TYPE_OUTPUT
The constant that identifies the output conversion type

See Also:
Constant Field Values

CONV_TYPE_HOST

static final java.lang.String CONV_TYPE_HOST
The constant that identifies the host conversion type

See Also:
Constant Field Values

CONV_TYPE_XML

static final java.lang.String CONV_TYPE_XML
The constant that identifies the xml conversion type

See Also:
Constant Field Values

CONV_TYPE_HTML

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

disabled

static final java.lang.String disabled
The name of the six basic state flags

See Also:
Constant Field Values

hidden

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

mandatory

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

omitted

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

amended

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

readOnly

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

isDisabled

static final java.lang.String isDisabled
The name the key values for the six basic state flags in the key value pairs

See Also:
Constant Field Values

isHidden

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

isMandatory

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

isOmitted

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

isAmended

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

isReadOnly

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

TYPE_REGISTRY_INIT_SIZE

static final int TYPE_REGISTRY_INIT_SIZE
The constant that identifies the initial size of the TypeExternalizer's registry

See Also:
Constant Field Values

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011