|
Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions 11g Release 1 (11.1.1) E17787-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Choice | |
|---|---|
| com.sigmadynamics.sdo.support | Base classes for generated ILS classes. |
| Uses of Choice in com.sigmadynamics.sdo.support |
|---|
| Fields in com.sigmadynamics.sdo.support declared as Choice | |
|---|---|
protected Choice[] |
SDChoiceArray.buf |
| Fields in com.sigmadynamics.sdo.support with type parameters of type Choice | |
|---|---|
(package private) java.util.HashSet<Choice> |
SDChoiceArray.set |
| Methods in com.sigmadynamics.sdo.support that return Choice | |
|---|---|
Choice |
SDChoiceArray.get(int index)Returns the element at the specified position in this array. |
static Choice |
SDChoiceGroup.getChoice(java.lang.String choiceID) |
protected abstract Choice |
SDChoiceGroup.getChoiceInternal(java.lang.String choiceId)delegates to ${className}.getChoice(String choiceId). |
Choice[] |
SDChoiceArray.toArray()Returns an array of Choice containing all elements of this one. |
| Methods in com.sigmadynamics.sdo.support with parameters of type Choice | |
|---|---|
void |
SDChoiceArray.add(Choice element)Appends the specified element to the end of this array. |
boolean |
SDChoiceArray.contains(Choice element)Returns true if this array contains the specified element. |
void |
SDChoiceArray.fill(Choice element)Replaces all elements of this array with the same value. |
void |
SDChoiceArray.fill(int fromIndex, int toIndex, Choice element)Replaces a group of consequtive elements of this array with the same value. |
static int |
SDChoiceArray.indexOf(Choice element, Choice[] array)Returns the index in an array of the first occurence of the specified element, or -1 if the array does not contain such element. |
static int |
SDChoiceArray.indexOf(Choice element, Choice[] array)Returns the index in an array of the first occurence of the specified element, or -1 if the array does not contain such element. |
void |
SDChoiceArray.set(int index, Choice element)Replaces the element at the specified position in this array with the specified element. |
void |
SDChoiceArray.toArray(Choice[] array)Copies elements to a given array. |
| Method parameters in com.sigmadynamics.sdo.support with type arguments of type Choice | |
|---|---|
void |
SDChoiceArray.sort(java.util.Comparator<Choice> c)Sorts the array of objects according to the order induced by the specified comparator. |
|
Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions 11g Release 1 (11.1.1) E17787-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||