org.uddi.v3.schema.api
Class InfoSelection

java.lang.Object
  extended by org.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
           
 
Constructor Summary
protected InfoSelection(java.lang.String value)
           
 
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
clone, finalize, 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
Constructor Detail

InfoSelection

protected InfoSelection(java.lang.String value)
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)
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