com.ibm.uddi.v3.management
Interface AdminConstants
All known subinterfaces:
- public interface AdminConstants
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ADMIN_MESSAGES_FILE
Base name for UDDI administration validation message resources.
|
|
MESSAGES_FILE
Base name for UDDI administration message resources.
|
|
STATE_FALSE
|
|
STATE_TRUE
State for a property.
|
|
VALUE_TYPE_BOOLEAN
Indicates a property type is
Boolean .
|
|
VALUE_TYPE_DATE
Indicates a property type is
Date .
|
|
VALUE_TYPE_INTEGER
Indicates a property type is
Integer .
|
|
VALUE_TYPE_TEXT
Indicates a property type is
String .
|
|
VALUE_TYPE_TIMESTAMP
Indicates a property type is
Timestamp .
|
Field Detail
VALUE_TYPE_BOOLEAN
- static final java.lang.String VALUE_TYPE_BOOLEAN
See Also:
VALUE_TYPE_TEXT
- static final java.lang.String VALUE_TYPE_TEXT
Indicates a property type is
String
.
See Also:
VALUE_TYPE_INTEGER
- static final java.lang.String VALUE_TYPE_INTEGER
Indicates a property type is
Integer
.
See Also:
VALUE_TYPE_DATE
- static final java.lang.String VALUE_TYPE_DATE
Indicates a property type is
Date
.
See Also:
VALUE_TYPE_TIMESTAMP
- static final java.lang.String VALUE_TYPE_TIMESTAMP
Indicates a property type is
Timestamp
.
See Also:
STATE_TRUE
- static final java.lang.String STATE_TRUE
State for a property.
See Also:
STATE_FALSE
- static final java.lang.String STATE_FALSE
See Also:
MESSAGES_FILE
- static final java.lang.String MESSAGES_FILE
Base name for UDDI administration message resources.
See Also:
ADMIN_MESSAGES_FILE
- static final java.lang.String ADMIN_MESSAGES_FILE
Base name for UDDI administration validation message resources.
See Also:
Boolean
.