All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.las.ogdi.OGDIExpressionSyntacticToken

java.lang.Object
   |
   +----com.las.ogdi.OGDISyntacticToken
           |
           +----com.las.ogdi.OGDIExpressionSyntacticToken

public class OGDIExpressionSyntacticToken
extends OGDISyntacticToken
The ExpressionSyntacticToken class defines a free format token of an OGDI request.

Version:
1.0
Author:
Las Inc.

Constructor Index

 o OGDIExpressionSyntacticToken(String)
Creates an ExpressionSyntacticToken instance.

Method Index

 o getDefaultValue()
Gets the default value of the free format.
 o toString()
Gets the complete free format default description.

Constructors

 o OGDIExpressionSyntacticToken
 public OGDIExpressionSyntacticToken(String defaults)
Creates an ExpressionSyntacticToken instance.

Parameters:
defaults - the default value.
Returns:
no return
Throws: IllegalArgumentException
if expression is badly formatted

Methods

 o getDefaultValue
 public String getDefaultValue()
Gets the default value of the free format.

Parameters:
no - parameter
Returns:
the default, null otherwise
Throws: no
exception
 o toString
 public String toString()
Gets the complete free format default description.

Parameters:
no - parameter
Returns:
the default value as a string
Throws: no
exception
Overrides:
toString in class OGDISyntacticToken

All Packages  Class Hierarchy  This Package  Previous  Next  Index