|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.transform.constants.Constants
public class Constants
Constants class.
Field Summary | |
---|---|
static List<String> |
ALL_VALID_FORMATS
Contains all the valid transformation formats possible. |
static List<String> |
COMMON_VALID_FORMATS
Contains the valid format file types that can be used for transformations. |
static List<String> |
PDS3_VALID_FORMATS
Contains the valid transformation formats that apply to only PDS3 data products. |
static List<String> |
PDS4_ONLY_VALID_FORMATS
This is used to only tell which transformations are PDS4 specific. |
static List<String> |
PDS4_VALID_FORMATS
Contains the valid transformation formats that apply to only PDS4 data products. |
static Map<String,String> |
STYLESHEETS
|
Constructor Summary | |
---|---|
Constants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static List<String> COMMON_VALID_FORMATS
public static List<String> PDS3_VALID_FORMATS
public static List<String> PDS4_VALID_FORMATS
public static List<String> PDS4_ONLY_VALID_FORMATS
public static List<String> ALL_VALID_FORMATS
public static Map<String,String> STYLESHEETS
Constructor Detail |
---|
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |