Skip navigation links
com.oracle.e1.jdemf
Class ProcessingOptionsSet
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ProcessingOptionsSet
public ProcessingOptionsSet()
throws CapabilityException
-
- Throws:
CapabilityException
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
Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.