Package gov.nasa.pds.tools.dict
Class DictionaryTokens
- java.lang.Object
-
- 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$
- Author:
- pramirez, jagander
-
-
Field Summary
-
-
-
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
-
-