edu.rice.cs.drjava.config
Class OptionConstants.AccessLevelChoices

java.lang.Object
  extended by edu.rice.cs.drjava.config.OptionConstants.AccessLevelChoices
Enclosing interface:
OptionConstants

public static class OptionConstants.AccessLevelChoices
extends java.lang.Object


Field Summary
static java.lang.String PACKAGE
           
static java.lang.String PRIVATE
           
static java.lang.String PROTECTED
           
static java.lang.String PUBLIC
           
 
Constructor Summary
OptionConstants.AccessLevelChoices()
           
 
Method Summary
static java.util.ArrayList<java.lang.String> evaluate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PUBLIC

public static final java.lang.String PUBLIC
See Also:
Constant Field Values

PROTECTED

public static final java.lang.String PROTECTED
See Also:
Constant Field Values

PACKAGE

public static final java.lang.String PACKAGE
See Also:
Constant Field Values

PRIVATE

public static final java.lang.String PRIVATE
See Also:
Constant Field Values
Constructor Detail

OptionConstants.AccessLevelChoices

public OptionConstants.AccessLevelChoices()
Method Detail

evaluate

public static java.util.ArrayList<java.lang.String> evaluate()