org.globus.exec.generated
Class ScriptCommandEnumeration

java.lang.Object
  extended byorg.globus.exec.generated.ScriptCommandEnumeration
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
static java.lang.String _cache_cleanup
           
static java.lang.String _cancel
           
static java.lang.String _file_cleanup
           
static java.lang.String _make_scratchdir
           
static java.lang.String _poll
           
static java.lang.String _proxy_relocate
           
static java.lang.String _proxy_update
           
static java.lang.String _remote_io_file_create
           
static java.lang.String _remove_scratchdir
           
static java.lang.String _signal
           
static java.lang.String _stage_in
           
static java.lang.String _stage_out
           
static java.lang.String _submit
           
private static java.util.HashMap _table_
           
private  java.lang.String _value_
           
static ScriptCommandEnumeration cache_cleanup
           
static ScriptCommandEnumeration cancel
           
static ScriptCommandEnumeration file_cleanup
           
static ScriptCommandEnumeration make_scratchdir
           
static ScriptCommandEnumeration poll
           
static ScriptCommandEnumeration proxy_relocate
           
static ScriptCommandEnumeration proxy_update
           
static ScriptCommandEnumeration remote_io_file_create
           
static ScriptCommandEnumeration remove_scratchdir
           
static ScriptCommandEnumeration signal
           
static ScriptCommandEnumeration stage_in
           
static ScriptCommandEnumeration stage_out
           
static ScriptCommandEnumeration submit
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
protected ScriptCommandEnumeration(java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static ScriptCommandEnumeration fromString(java.lang.String value)
           
static ScriptCommandEnumeration fromValue(java.lang.String value)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.Object readResolve()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_value_

private java.lang.String _value_

_table_

private static java.util.HashMap _table_

_submit

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

_poll

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

_cancel

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

_signal

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

_make_scratchdir

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

_remove_scratchdir

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

_stage_in

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

_stage_out

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

_cache_cleanup

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

_remote_io_file_create

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

_proxy_relocate

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

_proxy_update

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

_file_cleanup

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

submit

public static final ScriptCommandEnumeration submit

poll

public static final ScriptCommandEnumeration poll

cancel

public static final ScriptCommandEnumeration cancel

signal

public static final ScriptCommandEnumeration signal

make_scratchdir

public static final ScriptCommandEnumeration make_scratchdir

remove_scratchdir

public static final ScriptCommandEnumeration remove_scratchdir

stage_in

public static final ScriptCommandEnumeration stage_in

stage_out

public static final ScriptCommandEnumeration stage_out

cache_cleanup

public static final ScriptCommandEnumeration cache_cleanup

remote_io_file_create

public static final ScriptCommandEnumeration remote_io_file_create

proxy_relocate

public static final ScriptCommandEnumeration proxy_relocate

proxy_update

public static final ScriptCommandEnumeration proxy_update

file_cleanup

public static final ScriptCommandEnumeration file_cleanup

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

ScriptCommandEnumeration

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

getValue

public java.lang.String getValue()

fromValue

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

fromString

public static ScriptCommandEnumeration 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()

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object