JavaVisibilityKind


This type is an enumeration data type (a type for attribute values).

PACKAGE=1 PUBLIC=2 PRIVATE=3 PROTECTED=4

Package: java

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Allowed values:
  0 - PUBLIC
  1 - PRIVATE
  2 - PROTECTED
  3 - PACKAGE

Attributes having this type:
  Field.javaVisibility
  Method.javaVisibility



(C) COPYRIGHT International Business Machines Corp. 1996-2006