com.jeffpalm.bin
Class Ls.Format

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

public static final class Ls.Format
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.Format ACROSS
           
static Ls.Format COMMAS
           
static Ls.Format HORIZONTAL
           
static Ls.Format LONG
           
static Ls.Format SINGLE_COLUMN
           
static Ls.Format VERBOSE
           
static Ls.Format VERTICAL
           
 
Method Summary
 char option()
           
 
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

ACROSS

public static final Ls.Format ACROSS

COMMAS

public static final Ls.Format COMMAS

HORIZONTAL

public static final Ls.Format HORIZONTAL

LONG

public static final Ls.Format LONG

SINGLE_COLUMN

public static final Ls.Format SINGLE_COLUMN

VERBOSE

public static final Ls.Format VERBOSE

VERTICAL

public static final Ls.Format VERTICAL
Method Detail

option

public final char option()