edu.ucla.util.code
Class OptionBreadth

Object
  extended by AbstractCodeOption
      extended by OptionBreadth
All Implemented Interfaces:
CodeOption

public class OptionBreadth
extends AbstractCodeOption
implements CodeOption

Since:
20040602
Author:
Keith Cascio

Field Summary
 CodeOptionValue[] ARRAY_VALUES_OPTION_AMOUNT
           
 CodeOptionValue FULL_CLASS
           
 CodeOptionValue METHOD_ONLY
           
 
Constructor Summary
OptionBreadth(String strNameMethod)
           
 
Method Summary
 boolean booleanValue(CodeOptionValue value)
           
 String describe()
           
 CodeOptionValue getDefault()
           
 String getHelpText()
           
 CodeOptionValue[] getValues()
           
 
Methods inherited from class AbstractCodeOption
describe, getDefaultFlag, isFlag
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface CodeOption
describe, getDefaultFlag, isFlag
 

Field Detail

FULL_CLASS

public final CodeOptionValue FULL_CLASS

METHOD_ONLY

public final CodeOptionValue METHOD_ONLY

ARRAY_VALUES_OPTION_AMOUNT

public final CodeOptionValue[] ARRAY_VALUES_OPTION_AMOUNT
Constructor Detail

OptionBreadth

public OptionBreadth(String strNameMethod)
Method Detail

describe

public String describe()
Specified by:
describe in interface CodeOption

getHelpText

public String getHelpText()
Specified by:
getHelpText in interface CodeOption

getDefault

public CodeOptionValue getDefault()
Specified by:
getDefault in interface CodeOption
Overrides:
getDefault in class AbstractCodeOption

getValues

public CodeOptionValue[] getValues()
Specified by:
getValues in interface CodeOption
Overrides:
getValues in class AbstractCodeOption

booleanValue

public boolean booleanValue(CodeOptionValue value)
Since:
20060327


Copyright 2010 UCLA Automated Reasoning Group