org.uddi.v3.schema.api
Class InfoSelection

java.lang.Object
  extended byorg.uddi.v3.schema.api.InfoSelection
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
static java.lang.String _all
           
static java.lang.String _hidden
           
static java.lang.String _visible
           
static InfoSelection all
           
static InfoSelection hidden
           
static InfoSelection visible
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static InfoSelection fromString(java.lang.String value)
           
static InfoSelection fromValue(java.lang.String value)
           
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_all

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

_hidden

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

_visible

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

all

public static final InfoSelection all

hidden

public static final InfoSelection hidden

visible

public static final InfoSelection visible
Method Detail

getValue

public java.lang.String getValue()

fromValue

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

fromString

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

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toString

public java.lang.String toString()