uk.co.badgersinfoil.metaas
Interface Visibility


public interface Visibility

Represents the access to a class mamber allowed from other classes, as specified by the "public" and "private" modifiers (or lack of) in the member's definition.


Field Summary
static Visibility DEFAULT
          Default access, as specified by the lack of either a "public or "private" modifier.
static Visibility PRIVATE
          Private access, as specified by the "private" modifier.
static Visibility PUBLIC
          Public access, as specified by the "public" modifier.
 

Field Detail

PRIVATE

static final Visibility PRIVATE
Private access, as specified by the "private" modifier.


PUBLIC

static final Visibility PUBLIC
Public access, as specified by the "public" modifier.


DEFAULT

static final Visibility DEFAULT
Default access, as specified by the lack of either a "public or "private" modifier.



Copyright © 2006 null. All Rights Reserved.