Package gov.nasa.pds.tools.validate
Class Standard
- java.lang.Object
-
- gov.nasa.pds.tools.validate.Standard
-
public final class Standard extends Object
Defines the standards documents against which we are testing.
-
-
Field Summary
Fields Modifier and Type Field Description static String
PDS3_STANDARDS_REFERENCE
The standard for PDS3.static String
PDS4_STANDARDS_REFERENCE
The standard for PDS4.static String
RFC_3629
The standard for UTF-8.
-
-
-
Field Detail
-
PDS4_STANDARDS_REFERENCE
public static final String PDS4_STANDARDS_REFERENCE
The standard for PDS4.- See Also:
- Constant Field Values
-
PDS3_STANDARDS_REFERENCE
public static final String PDS3_STANDARDS_REFERENCE
The standard for PDS3.- See Also:
- Constant Field Values
-
RFC_3629
public static final String RFC_3629
The standard for UTF-8.- See Also:
- Constant Field Values
-
-