Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


com.sigmadynamics.sdo.interfaces.client
Interface ChoiceArrayInterface

All Known Implementing Classes:
SDChoiceArray

public interface ChoiceArrayInterface
Since:
1.0

Method Summary
 void add(ChoiceInterface choice)
           
 void addAll(ChoiceArrayInterface choiceArray)
           
 void clear()
           
 boolean contains(ChoiceInterface choice)
           
 boolean containsAll(ChoiceArrayInterface choiceArray)
           
 boolean containsAny(ChoiceArrayInterface choiceArray)
           
 ChoiceInterface getChoiceInterface(int index)
           
 int size()
           

 

Method Detail

getChoiceInterface

ChoiceInterface getChoiceInterface(int index)

addAll

void addAll(ChoiceArrayInterface choiceArray)

containsAll

boolean containsAll(ChoiceArrayInterface choiceArray)

containsAny

boolean containsAny(ChoiceArrayInterface choiceArray)

contains

boolean contains(ChoiceInterface choice)

size

int size()

add

void add(ChoiceInterface choice)

clear

void clear()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


Copyright © 2010, 2011, Oracle. All rights reserved.