com.ibm.dse.base.types
Interface TypeConstants

All Known Implementing Classes:
AbstractConverter, AbstractPropertyDescriptor, AbstractValidator, DSEType, DSETypeExternalizer

public interface TypeConstants

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


Field Summary
static java.lang.String CONV_TYPE_DEFAULT
          The constant which identifies the default conversion type
static java.lang.String CONV_TYPE_HOST
          The constant which identifies the host conversion type
static java.lang.String CONV_TYPE_OUTPUT
          The constant which identifies the output conversion type
static java.lang.String CONV_TYPE_SER
          The constant which identifies the serialization conversion type
static java.lang.String CONV_TYPE_XML
          The constant which identifies the xml conversion type
static java.lang.String disabled
          The name of the five basic state flags
static java.lang.String hidden
           
static java.lang.String isDisabled
          The name the key values for the five 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 which identifies the initial size of the TypeExternalizer's registry
 

Field Detail

TYPE_DEFAULT

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

CONV_TYPE_DEFAULT

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

CONV_TYPE_SER

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

CONV_TYPE_OUTPUT

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

CONV_TYPE_HOST

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

CONV_TYPE_XML

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

disabled

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

hidden

public static final java.lang.String hidden

mandatory

public static final java.lang.String mandatory

omitted

public static final java.lang.String omitted

readOnly

public static final java.lang.String readOnly

isDisabled

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

isHidden

public static final java.lang.String isHidden

isMandatory

public static final java.lang.String isMandatory

isOmitted

public static final java.lang.String isOmitted

isReadOnly

public static final java.lang.String isReadOnly

TYPE_REGISTRY_INIT_SIZE

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