gov.nasa.pds.tools.dict
Class DictionaryTokens

java.lang.Object
  extended by gov.nasa.pds.tools.dict.DictionaryTokens

public class DictionaryTokens
extends Object

This class is used to capture tokens that are found in element, object, and group definitions within a PDS dictionary.

Version:
$Revision: 4967 $
Author:
pramirez, jagander

Field Summary
static String ALIAS_LIST
           
static String DATA_TYPE
           
static String DEFINITION
           
static String DESCRIPTION
           
static String ELEMENT_ALIASES
           
static String ELEMENT_DEFINITION
           
static int ELEMENT_IDENT_LENGTH
           
static String GENERIC_GROUP
           
static String GENERIC_OBJECT
           
static String MAX_LENGTH
           
static String MAXIMUM
           
static String MIN_LENGTH
           
static String MINIMUM
           
static String NAME
           
static int NAMESPACE_LENGTH
           
static String NOT_APPLICABLE
           
static String OBJECT_ALIASES
           
static String OBJECT_TYPE
           
static String OBJECT_TYPE_GENERIC
           
static String OBJECT_TYPE_GENERIC_GROUP
           
static String OBJECT_TYPE_SPECIFIC
           
static String OBJECT_TYPE_SPECIFIC_GROUP
           
static String OPTIONAL_ELEMENTS
           
static String OPTIONAL_OBJECTS
           
static String REQUIRED_ELEMENTS
           
static String REQUIRED_OBJECTS
           
static String SPECIFIC_GROUP
           
static String SPECIFIC_OBJECT
           
static String STATUS_TYPE
           
static String UNIT_LIST
           
static String UNIT_SEQUENCE
           
static String UNITS
           
static String VALUE_TYPE
           
static String VALUE_TYPE_STATIC
           
static String VALUE_TYPE_SUGGESTED
           
static String VALUES
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERIC_GROUP

public static final String GENERIC_GROUP
See Also:
Constant Field Values

SPECIFIC_GROUP

public static final String SPECIFIC_GROUP
See Also:
Constant Field Values

DEFINITION

public static final String DEFINITION
See Also:
Constant Field Values

GENERIC_OBJECT

public static final String GENERIC_OBJECT
See Also:
Constant Field Values

SPECIFIC_OBJECT

public static final String SPECIFIC_OBJECT
See Also:
Constant Field Values

ELEMENT_DEFINITION

public static final String ELEMENT_DEFINITION
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values

STATUS_TYPE

public static final String STATUS_TYPE
See Also:
Constant Field Values

DATA_TYPE

public static final String DATA_TYPE
See Also:
Constant Field Values

UNITS

public static final String UNITS
See Also:
Constant Field Values

VALUE_TYPE

public static final String VALUE_TYPE
See Also:
Constant Field Values

MAX_LENGTH

public static final String MAX_LENGTH
See Also:
Constant Field Values

MIN_LENGTH

public static final String MIN_LENGTH
See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
See Also:
Constant Field Values

VALUES

public static final String VALUES
See Also:
Constant Field Values

MINIMUM

public static final String MINIMUM
See Also:
Constant Field Values

MAXIMUM

public static final String MAXIMUM
See Also:
Constant Field Values

REQUIRED_OBJECTS

public static final String REQUIRED_OBJECTS
See Also:
Constant Field Values

REQUIRED_ELEMENTS

public static final String REQUIRED_ELEMENTS
See Also:
Constant Field Values

OPTIONAL_OBJECTS

public static final String OPTIONAL_OBJECTS
See Also:
Constant Field Values

OPTIONAL_ELEMENTS

public static final String OPTIONAL_ELEMENTS
See Also:
Constant Field Values

OBJECT_ALIASES

public static final String OBJECT_ALIASES
See Also:
Constant Field Values

ELEMENT_ALIASES

public static final String ELEMENT_ALIASES
See Also:
Constant Field Values

UNIT_SEQUENCE

public static final String UNIT_SEQUENCE
See Also:
Constant Field Values

ALIAS_LIST

public static final String ALIAS_LIST
See Also:
Constant Field Values

UNIT_LIST

public static final String UNIT_LIST
See Also:
Constant Field Values

VALUE_TYPE_SUGGESTED

public static final String VALUE_TYPE_SUGGESTED
See Also:
Constant Field Values

VALUE_TYPE_STATIC

public static final String VALUE_TYPE_STATIC
See Also:
Constant Field Values

OBJECT_TYPE_GENERIC_GROUP

public static final String OBJECT_TYPE_GENERIC_GROUP
See Also:
Constant Field Values

OBJECT_TYPE_SPECIFIC_GROUP

public static final String OBJECT_TYPE_SPECIFIC_GROUP
See Also:
Constant Field Values

OBJECT_TYPE_SPECIFIC

public static final String OBJECT_TYPE_SPECIFIC
See Also:
Constant Field Values

OBJECT_TYPE_GENERIC

public static final String OBJECT_TYPE_GENERIC
See Also:
Constant Field Values

OBJECT_TYPE

public static final String OBJECT_TYPE
See Also:
Constant Field Values

NOT_APPLICABLE

public static final String NOT_APPLICABLE
See Also:
Constant Field Values

ELEMENT_IDENT_LENGTH

public static final int ELEMENT_IDENT_LENGTH
See Also:
Constant Field Values

NAMESPACE_LENGTH

public static final int NAMESPACE_LENGTH
See Also:
Constant Field Values


Copyright © 2005-2011 Planetary Data System. All Rights Reserved.