Oracle Data-aware Controls Reference

oracle.dacf.util
Class ItemNameTokenizer

java.lang.Object
  extended byoracle.dacf.util.ItemNameTokenizer

public class ItemNameTokenizer
extends java.lang.Object

A utility class, used to tokenize dataItem names.

Version:
INTERNAL

Field Summary
static char DELIMITER
           
 
Constructor Summary
ItemNameTokenizer(java.lang.String str)
          constructor
 
Method Summary
 int countRemaining()
          Counts the number of remaining item names that can be retrieved by calling next()
 boolean hasMore()
          Checks if there are more items to be returned
 java.lang.String next()
           
 java.lang.String peek()
          Gets the next item name without changing the current position.
 java.lang.String peekAll()
          Returns the remaining item name without changing the current position
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELIMITER

public static final char DELIMITER
See Also:
Constant Field Values
Constructor Detail

ItemNameTokenizer

public ItemNameTokenizer(java.lang.String str)
constructor

Parameters:
str - the Name you want to tokenize
Method Detail

peekAll

public java.lang.String peekAll()
Returns the remaining item name without changing the current position

Returns:
item name

peek

public java.lang.String peek()
Gets the next item name without changing the current position.


countRemaining

public int countRemaining()
Counts the number of remaining item names that can be retrieved by calling next()


hasMore

public boolean hasMore()
Checks if there are more items to be returned


next

public java.lang.String next()

Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.