Package org.esa.snap.core.util
Class NamingConventionSnap
- java.lang.Object
-
- org.esa.snap.core.util.NamingConventionSnap
-
- Direct Known Subclasses:
NamingConvention
public class NamingConventionSnap extends Object
Stores tool names and spellings which may differ in packages which implement SNAP
-
-
Field Summary
Fields Modifier and Type Field Description static String
COLOR_LOWER_CASE
static String
COLOR_MIXED_CASE
static String
COLOR_UPPER_CASE
-
Constructor Summary
Constructors Constructor Description NamingConventionSnap()
-
-
-
Field Detail
-
COLOR_UPPER_CASE
public static final String COLOR_UPPER_CASE
- See Also:
- Constant Field Values
-
COLOR_MIXED_CASE
public static final String COLOR_MIXED_CASE
- See Also:
- Constant Field Values
-
COLOR_LOWER_CASE
public static final String COLOR_LOWER_CASE
- See Also:
- Constant Field Values
-
-