JADE Java Persistence API
1.0

com.jadeworld.jade.rootschema
Class StringArray

java.lang.Object
  extended by com.jadeworld.jade.rootschema.Object
      extended by com.jadeworld.jade.rootschema.Collection<M>
          extended by com.jadeworld.jade.rootschema.Array
              extended by com.jadeworld.jade.rootschema.StringArray
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, java.util.List

public class StringArray
extends Array


Field Summary
 
Fields inherited from class com.jadeworld.jade.rootschema.Object
oid
 
Constructor Summary
StringArray()
           
 
Method Summary
 java.lang.String get(int index)
          Returns a reference to the entry in the array at the position specified by the index parameter.
 
Methods inherited from class com.jadeworld.jade.rootschema.Array
add, add, addAll, at, atPut, indexOf, lastIndexOf, listIterator, listIterator, remove, remove, replace, set, subList, toArray, toArray
 
Methods inherited from class com.jadeworld.jade.rootschema.Collection
addAll, clear, contains, containsAll, copy, countOf, createIterator, deleteIfEmpty, first, getOwner, getStatistics, instantiate, isEmpty, iterator, last, maxSize, purge, remove, removeAll, retainAll, setBlockSize, size, toString
 
Methods inherited from class com.jadeworld.jade.rootschema.Object
changeObjectVolatility, creationTime, edition, equals, exclusiveLock, getClassNumberForObject, getInstanceIdForObject, getLockStatus, getName, getObjectStringForObject, getObjectVolatility, getOidString, getOidStringForObject, getPropertyValue, hashCode, hasMembers, isImportedObject, isKindOf, isLockedByMe, isObjectFrozen, isObjectNonSharedTransient, isObjectPersistent, isObjectSharedTransient, isObjectStable, isObjectTransient, isObjectVolatile, isSharedTransient, isSystemObject, isTransient, latestEdition, lock, makeObjectFrozen, makeObjectStable, makeObjectVolatile, reserveLock, sdeCauseEvent, sdsCauseEvent, setPropertyValue, sharedLock, tryLock, unlock, updateObjectEdition
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size
 

Constructor Detail

StringArray

public StringArray()
Method Detail

get

public java.lang.String get(int index)
Returns a reference to the entry in the array at the position specified by the index parameter.
For example:

firstCustomer = currentList.get(0);

If there is no entry at the specified index, an exception is raised.

Specified by:
get in interface java.util.List
Overrides:
get in class Array
Parameters:
index - Index of the item to return
Returns:
The item at the specified position in this list

JADE Java Persistence API
1.0

Copyright © 2007 Jade Software Corporation