org.uddi.v3.schema.api
Class KeyType

java.lang.Object
  extended by org.uddi.v3.schema.api.KeyType
All Implemented Interfaces:
java.io.Serializable

public class KeyType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String _bindingKey
           
static java.lang.String _businessKey
           
static java.lang.String _serviceKey
           
static java.lang.String _subscriptionKey
           
static java.lang.String _tModelKey
           
static KeyType bindingKey
           
static KeyType businessKey
           
static KeyType serviceKey
           
static KeyType subscriptionKey
           
static KeyType tModelKey
           
 
Constructor Summary
protected KeyType(java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static KeyType fromString(java.lang.String value)
           
static KeyType fromValue(java.lang.String value)
           
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_businessKey

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

_tModelKey

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

_serviceKey

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

_bindingKey

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

_subscriptionKey

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

businessKey

public static final KeyType businessKey

tModelKey

public static final KeyType tModelKey

serviceKey

public static final KeyType serviceKey

bindingKey

public static final KeyType bindingKey

subscriptionKey

public static final KeyType subscriptionKey
Constructor Detail

KeyType

protected KeyType(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()

fromValue

public static KeyType fromValue(java.lang.String value)
                         throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

fromString

public static KeyType fromString(java.lang.String value)
                          throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

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