Package COM.activesw.api.client
Class FieldNameTokenizer
- java.lang.Object
-
- COM.activesw.api.client.FieldNameTokenizer
-
public class FieldNameTokenizer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FieldNameTokenizer(java.lang.String fieldName)
Parses the field name into tokensFieldNameTokenizer(java.lang.String fieldName, boolean typeOnly)
Parses the field name into tokens
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFieldName()
Returns the unparsed field name.boolean
hasMoreTokens()
boolean
isEnvelope()
static void
main(java.lang.String[] args)
FieldNameToken
nextToken()
java.lang.String
toString()
-
-
-
Constructor Detail
-
FieldNameTokenizer
public FieldNameTokenizer(java.lang.String fieldName) throws BrokerException
Parses the field name into tokens- Parameters:
fieldName
- - the field name- Throws:
BrokerException
-
FieldNameTokenizer
public FieldNameTokenizer(java.lang.String fieldName, boolean typeOnly) throws BrokerException
Parses the field name into tokens- Parameters:
fieldName
- - the field nametypeOnly
-- Throws:
BrokerException
-
-
Method Detail
-
getFieldName
public java.lang.String getFieldName()
Returns the unparsed field name.- Returns:
- the unparsed field name
-
hasMoreTokens
public boolean hasMoreTokens()
-
isEnvelope
public boolean isEnvelope()
-
nextToken
public FieldNameToken nextToken() throws BrokerException
- Throws:
BrokerException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
main
public static void main(java.lang.String[] args)
-
-