Cantaloop CGimlet - API Documentation, Version: 0.2.0, Date: 2002-05-13 21:30 CEST

org.cantaloop.cgimlet.lang
Class Modifier.Access

java.lang.Object
  |
  +--org.cantaloop.cgimlet.lang.Modifier.Access
Enclosing class:
Modifier

public static class Modifier.Access
extends java.lang.Object

This inner class is used to define constants for the access level of the modifier (a so-called typesafe enumeration).


Field Summary
static Modifier.Access PRIVATE
           
static Modifier.Access PROTECTED
           
static Modifier.Access PUBLIC
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRIVATE

public static final Modifier.Access PRIVATE

PROTECTED

public static final Modifier.Access PROTECTED

PUBLIC

public static final Modifier.Access PUBLIC

Copyright 2001, 2002 Stefan Heimann, David Leuschner. All rights reserved.