|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<FIXSchemaValidValue>
com.teraspaces.qwfix.FIXSchemaValidValues
public class FIXSchemaValidValues
Represents a collection of FIXSchemaValidValue. This class cannot be inherited.
| Method Summary | |
|---|---|
boolean |
add(FIXSchemaValidValue v)
|
boolean |
displayEquals(Object obj)
|
boolean |
equals(Object obj)
|
FIXSchemaField |
getField()
Gets the field. |
int |
getIndexByName(String name)
Gets the index by name. |
int |
getIndexByValue(String v)
Gets the index by value. |
FIXSchemaValidValue |
getValidValueByName(String name)
Gets the valid value by name. |
FIXSchemaValidValue |
getValidValueByValue(String value)
Gets the valid value by value. |
boolean |
remove(Object o)
|
| Methods inherited from class java.util.ArrayList |
|---|
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
containsAll, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
| Method Detail |
|---|
public FIXSchemaField getField()
public boolean add(FIXSchemaValidValue v)
add in interface Collection<FIXSchemaValidValue>add in interface List<FIXSchemaValidValue>add in class ArrayList<FIXSchemaValidValue>public boolean remove(Object o)
remove in interface Collection<FIXSchemaValidValue>remove in interface List<FIXSchemaValidValue>remove in class ArrayList<FIXSchemaValidValue>public FIXSchemaValidValue getValidValueByName(String name)
name - the name
public FIXSchemaValidValue getValidValueByValue(String value)
value - the value
public int getIndexByValue(String v)
v - the v
public int getIndexByName(String name)
name - the name
public boolean equals(Object obj)
equals in interface Collection<FIXSchemaValidValue>equals in interface List<FIXSchemaValidValue>equals in class AbstractList<FIXSchemaValidValue>public boolean displayEquals(Object obj)
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||