T
- The type of object that the ObjectContainer containspublic interface ObjectContainer<T>
Modifier and Type | Method and Description |
---|---|
boolean |
contains(T obj)
Returns true if this ObjectContainer contains the given Object.
|
java.util.Collection<? extends T> |
getContainedObjects()
Returns a copy of the collection of objects contained in this
ObjectContainer.
|
java.lang.String |
getLSTformat(boolean useAny)
Returns a representation of this ObjectContainer, suitable for storing in
an LST file.
|
java.lang.Class<T> |
getReferenceClass()
Returns the Class indicating the type of object that this ObjectContainer
contains.
|
boolean contains(T obj)
obj
- The object to check if it is contained by this ObjectContainerjava.lang.Class<T> getReferenceClass()
java.util.Collection<? extends T> getContainedObjects()
java.lang.String getLSTformat(boolean useAny)
useAny
- indicates if the "ALL/ANY" collection should use "ANY"