com.sap.scheduler.runtime

Class JobParameterType

java.lang.Object
  extended by com.sap.scheduler.runtime.JobParameterType
All Implemented Interfaces:
Serializable

public class JobParameterType
extends Object
implements Serializable

This class described the supported types for job parameters.

See Also:
Serialized Form

Field Summary
static JobParameterType BOOLEAN
           
static JobParameterType DATE
           
static JobParameterType DOUBLE
           
static JobParameterType FLOAT
           
static JobParameterType INTEGER
           
static JobParameterType LONG
           
static JobParameterType PROPERTIES
           
static JobParameterType STRING
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
static JobParameterType valueOf(String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FLOAT

public static final JobParameterType FLOAT

DOUBLE

public static final JobParameterType DOUBLE

LONG

public static final JobParameterType LONG

INTEGER

public static final JobParameterType INTEGER

DATE

public static final JobParameterType DATE

STRING

public static final JobParameterType STRING

BOOLEAN

public static final JobParameterType BOOLEAN

PROPERTIES

public static final JobParameterType PROPERTIES
Method Detail

valueOf

public static JobParameterType valueOf(String name)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright 2009 SAP AG Complete Copyright Notice