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.
   
  -   OGDIExpressionSyntacticToken(String) OGDIExpressionSyntacticToken(String)
-   Creates an ExpressionSyntacticToken instance.
   
  -   getDefaultValue() getDefaultValue()
-   Gets the default value of the free format.
  
-   toString() toString()
-   Gets the complete free format default description.
   
 OGDIExpressionSyntacticToken
OGDIExpressionSyntacticToken
 public OGDIExpressionSyntacticToken(String defaults)
  -  Creates an ExpressionSyntacticToken instance.
   
- 
    -  Parameters:
    
-  defaults - the default value.
    
-  Returns:
    
-  no return
    
-  Throws: IllegalArgumentException
    
-  if expression is badly formatted
  
 
   
 getDefaultValue
getDefaultValue
 public String getDefaultValue()
  -  Gets the default value of the free format.
   
- 
    -  Parameters:
    
-  no - parameter
    
-  Returns:
    
-  the default, null otherwise
    
-  Throws: no
    
-  exception
  
 
 toString
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