Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


com.oracle.e1.jdemf
Class ProcessingOptionsSet

java.lang.Object
  extended by com.oracle.e1.jdemf.ProcessingOptionsSet


public class ProcessingOptionsSet
extends java.lang.Object

After a call to the AIS processingoption service the JSON response will be de-serialized a ProcessingOptionSet


Field Summary
static int BIG_DECIMAL_TYPE
           
static int CALENDAR_TYPE
           
static int CHAR_TYPE
           
static int DATE_TYPE
           
static int INTEGER_TYPE
           
static int STRING_TYPE
           
static java.lang.String TYPE
           
static java.lang.String VALUE
           

 

Constructor Summary
ProcessingOptionsSet()
           

 

Method Summary
 void addPropertyChangeListener(PropertyChangeListener l)
           
 java.lang.String getApplication()
           
 java.lang.String getErrors()
           
 java.lang.Integer getOptionType(java.lang.String key)
          getOptionType returns the integer represationation for the type of the value matching the key passed, constants for the types are defined in the ProcessingOptionSet class for comparison
 java.lang.Object getOptionValue(java.lang.String key)
          getOptionValue reterns an object of the proper type with a value from the processing option set based on the key string
 JSONObject getProcessingOptions()
           
 java.lang.String getVersion()
           
 void removePropertyChangeListener(PropertyChangeListener l)
           
 void setApplication(java.lang.String application)
           
 void setErrors(java.lang.String errors)
           
 void setProcessingOptions(JSONObject processingOptions)
           
 void setVersion(java.lang.String version)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

TYPE

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

VALUE

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

STRING_TYPE

public static final int STRING_TYPE
See Also:
Constant Field Values

CHAR_TYPE

public static final int CHAR_TYPE
See Also:
Constant Field Values

BIG_DECIMAL_TYPE

public static final int BIG_DECIMAL_TYPE
See Also:
Constant Field Values

DATE_TYPE

public static final int DATE_TYPE
See Also:
Constant Field Values

INTEGER_TYPE

public static final int INTEGER_TYPE
See Also:
Constant Field Values

CALENDAR_TYPE

public static final int CALENDAR_TYPE
See Also:
Constant Field Values

Constructor Detail

ProcessingOptionsSet

public ProcessingOptionsSet()
                     throws CapabilityException
Throws:
CapabilityException

Method Detail

setProcessingOptions

public void setProcessingOptions(JSONObject processingOptions)

getProcessingOptions

public JSONObject getProcessingOptions()

getOptionValue

public java.lang.Object getOptionValue(java.lang.String key)
getOptionValue reterns an object of the proper type with a value from the processing option set based on the key string
Parameters:
key -
Returns:

getOptionType

public java.lang.Integer getOptionType(java.lang.String key)
getOptionType returns the integer represationation for the type of the value matching the key passed, constants for the types are defined in the ProcessingOptionSet class for comparison
Parameters:
key -
Returns:

setApplication

public void setApplication(java.lang.String application)

addPropertyChangeListener

public void addPropertyChangeListener(PropertyChangeListener l)

removePropertyChangeListener

public void removePropertyChangeListener(PropertyChangeListener l)

getApplication

public java.lang.String getApplication()

setVersion

public void setVersion(java.lang.String version)

getVersion

public java.lang.String getVersion()

setErrors

public void setErrors(java.lang.String errors)

getErrors

public java.lang.String getErrors()

Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.