com.ibm.uddi.v3.management

Interface AdminConstants

All known subinterfaces:
EntitlementConstants, PolicyConstants, PropertyConstants

  1. public interface AdminConstants
Constants used by all management components for UDDI Registry.

Field Summary

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

Field Detail

VALUE_TYPE_BOOLEAN

  1. static final java.lang.String VALUE_TYPE_BOOLEAN
Indicates a property type is Boolean.
See Also:

VALUE_TYPE_TEXT

  1. static final java.lang.String VALUE_TYPE_TEXT
Indicates a property type is String.
See Also:

VALUE_TYPE_INTEGER

  1. static final java.lang.String VALUE_TYPE_INTEGER
Indicates a property type is Integer.
See Also:

VALUE_TYPE_DATE

  1. static final java.lang.String VALUE_TYPE_DATE
Indicates a property type is Date.
See Also:

VALUE_TYPE_TIMESTAMP

  1. static final java.lang.String VALUE_TYPE_TIMESTAMP
Indicates a property type is Timestamp.
See Also:

STATE_TRUE

  1. static final java.lang.String STATE_TRUE
State for a property.
See Also:

STATE_FALSE

  1. static final java.lang.String STATE_FALSE
See Also:

MESSAGES_FILE

  1. static final java.lang.String MESSAGES_FILE
Base name for UDDI administration message resources.
See Also:

ADMIN_MESSAGES_FILE

  1. static final java.lang.String ADMIN_MESSAGES_FILE
Base name for UDDI administration validation message resources.
See Also: