com.ibm.uddi.v3.management

Class ConfigurationProperty

  1. java.lang.Object
  2. extended bycom.ibm.uddi.v3.management.Property
  3. extended bycom.ibm.uddi.v3.management.ConfigurationProperty
All implemented interfaces:
java.io.Serializable

  1. public class ConfigurationProperty
  2. extends Property
  3. implements java.io.Serializable
Represents a configurable UDDI property.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
ConfigurationProperty()
Constructor taking no arguments.
ConfigurationProperty(java.lang.String id,java.lang.String type,java.lang.Object value,java.lang.String nameKey)
Constructor taking property ID, type, value and name message key.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
toString()
Methods inherited from class com.ibm.uddi.v3.management.Property
getBooleanValue, getConstraints, getDescriptionKey, getDisplayOrder, getId, getIntegerValue, getNameKey, getStringValue, getType, getUnitsKey, getValidValues, getValue, isInternal, isReadOnly, isRequired, isUsingMessageKeys, setBooleanValue, setConstraints, setDescriptionKey, setDisplayOrder, setId, setIntegerValue, setInternal, setNameKey, setReadOnly, setRequired, setStringValue, setType, setUnitsKey, setUsingMessageKeys, setValidValues, setValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

ConfigurationProperty

  1. public ConfigurationProperty()
Constructor taking no arguments.

ConfigurationProperty

  1. public ConfigurationProperty(java.lang.String id,
  2. java.lang.String type,
  3. java.lang.Object value,
  4. java.lang.String nameKey)
Constructor taking property ID, type, value and name message key.
Parameters:
id -
type -
value -
nameKey -

Method Detail

toString

  1. public java.lang.String toString( )
Overrides:
toString in class Property