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 SummaryFields Modifier and Type Field Description static StringCOLOR_LOWER_CASEstatic StringCOLOR_MIXED_CASEstatic StringCOLOR_UPPER_CASE
 - 
Constructor SummaryConstructors Constructor Description NamingConventionSnap()
 
- 
- 
- 
Field Detail- 
COLOR_UPPER_CASEpublic static final String COLOR_UPPER_CASE - See Also:
- Constant Field Values
 
 - 
COLOR_MIXED_CASEpublic static final String COLOR_MIXED_CASE - See Also:
- Constant Field Values
 
 - 
COLOR_LOWER_CASEpublic static final String COLOR_LOWER_CASE - See Also:
- Constant Field Values
 
 
- 
 
-