Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


com.oracle.e1.jdemf
Class ProcessingOption

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


public class ProcessingOption
extends java.lang.Object

Part of a ProcessingOptionSet, it is the name value pair that will be populated after a call to the AIS processingoption service


Constructor Summary
ProcessingOption()
           
ProcessingOption(int type, java.lang.String value)
           

 

Method Summary
 int getType()
           
 java.lang.String getValue()
           
 void setType(int type)
           
 void setValue(java.lang.String value)
           

 

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

 

Constructor Detail

ProcessingOption

public ProcessingOption()

ProcessingOption

public ProcessingOption(int type,
                        java.lang.String value)

Method Detail

setValue

public void setValue(java.lang.String value)

getValue

public java.lang.String getValue()

setType

public void setType(int type)

getType

public int getType()

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.