com.jeffpalm.bin
Class Ls.QuotingStyle

java.lang.Object
  extended by com.jeffpalm.util.TypeSafeEnum
      extended by com.jeffpalm.util.TypeSafeEnum.String
          extended by com.jeffpalm.bin.Ls.QuotingStyle
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
Ls

public static final class Ls.QuotingStyle
extends TypeSafeEnum.String


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jeffpalm.util.TypeSafeEnum
TypeSafeEnum.Boolean, TypeSafeEnum.Byte, TypeSafeEnum.Char, TypeSafeEnum.Double, TypeSafeEnum.Float, TypeSafeEnum.Int, TypeSafeEnum.Long, TypeSafeEnum.Short, TypeSafeEnum.String
 
Field Summary
static Ls.QuotingStyle C
           
static Ls.QuotingStyle ESCAPE
           
static Ls.QuotingStyle LITERAL
           
static Ls.QuotingStyle LOCALE
           
static Ls.QuotingStyle SHELL
           
static Ls.QuotingStyle SHELL_ALWAYS
           
 
Method Summary
 
Methods inherited from class com.jeffpalm.util.TypeSafeEnum.String
compareTo, theValue, value
 
Methods inherited from class com.jeffpalm.util.TypeSafeEnum
instances, instances, isTypeSafeEnum, makeValidFieldName, printInstances
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LITERAL

public static final Ls.QuotingStyle LITERAL

LOCALE

public static final Ls.QuotingStyle LOCALE

SHELL

public static final Ls.QuotingStyle SHELL

SHELL_ALWAYS

public static final Ls.QuotingStyle SHELL_ALWAYS

C

public static final Ls.QuotingStyle C

ESCAPE

public static final Ls.QuotingStyle ESCAPE