IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.v3.management
Interface AdminConstants

All Known Subinterfaces:
EntitlementConstants, PolicyConstants, PropertyConstants

public interface AdminConstants

Constants used by all management components for UDDI Registry.


Field Summary
static java.lang.String ADMIN_MESSAGES_FILE
          Base name for UDDI administration validation message resources.
static java.lang.String MESSAGES_FILE
          Base name for UDDI administration message resources.
static java.lang.String STATE_FALSE
           
static java.lang.String STATE_TRUE
          State for a property.
static java.lang.String VALUE_TYPE_BOOLEAN
          Indicates a property type is Boolean.
static java.lang.String VALUE_TYPE_DATE
          Indicates a property type is Date.
static java.lang.String VALUE_TYPE_INTEGER
          Indicates a property type is Integer.
static java.lang.String VALUE_TYPE_TEXT
          Indicates a property type is String.
static java.lang.String VALUE_TYPE_TIMESTAMP
          Indicates a property type is Timestamp.
 

Field Detail

VALUE_TYPE_BOOLEAN

static final java.lang.String VALUE_TYPE_BOOLEAN
Indicates a property type is Boolean.

See Also:
Constant Field Values

VALUE_TYPE_TEXT

static final java.lang.String VALUE_TYPE_TEXT
Indicates a property type is String.

See Also:
Constant Field Values

VALUE_TYPE_INTEGER

static final java.lang.String VALUE_TYPE_INTEGER
Indicates a property type is Integer.

See Also:
Constant Field Values

VALUE_TYPE_DATE

static final java.lang.String VALUE_TYPE_DATE
Indicates a property type is Date.

See Also:
Constant Field Values

VALUE_TYPE_TIMESTAMP

static final java.lang.String VALUE_TYPE_TIMESTAMP
Indicates a property type is Timestamp.

See Also:
Constant Field Values

STATE_TRUE

static final java.lang.String STATE_TRUE
State for a property.

See Also:
Constant Field Values

STATE_FALSE

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

MESSAGES_FILE

static final java.lang.String MESSAGES_FILE
Base name for UDDI administration message resources.

See Also:
Constant Field Values

ADMIN_MESSAGES_FILE

static final java.lang.String ADMIN_MESSAGES_FILE
Base name for UDDI administration validation message resources.

See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 8