All Packages Class Hierarchy This Package Previous Next Index
Class com.las.ogdi.OGDISeparatorSyntacticToken
java.lang.Object
|
+----com.las.ogdi.OGDISyntacticToken
|
+----com.las.ogdi.OGDISeparatorSyntacticToken
- public class OGDISeparatorSyntacticToken
- extends OGDISyntacticToken
The SeparatorSyntacticToken class defines the separator token of an OGDI request.
- Version:
- 1.0
- Author:
- Las Inc.
-
OGDISeparatorSyntacticToken(String)
- Creates a SeparatorSyntacticToken instance.
-
getValue()
- Gets the syntactic sepatator.
-
toString()
- Gets the complete separator description.
OGDISeparatorSyntacticToken
public OGDISeparatorSyntacticToken(String separator)
- Creates a SeparatorSyntacticToken instance.
- Parameters:
- separator - the separator value.
- Returns:
- no return
- Throws: IllegalArgumentException
- if separator is badly formatted
getValue
public String getValue()
- Gets the syntactic sepatator.
- Parameters:
- no - parameter
- Returns:
- the separator
- Throws: no
- exception
toString
public String toString()
- Gets the complete separator description.
- Parameters:
- no - parameter
- Returns:
- the separator as a string
- Throws: no
- exception
- Overrides:
- toString in class OGDISyntacticToken
All Packages Class Hierarchy This Package Previous Next Index