XCSG:Visibility

From AtlasWiki
Revision as of 11:29, 14 April 2014 by TheodoreMurdock (Talk | contribs) (Created page with "==Specification== {{Enumeration | name = Visibility | description = The visibility of a Type or Variable in its Namespace. | required = For nodes [[Contains|contai...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Specification

Enumeration Visibility
Description The visibility of a Type or Variable in its Namespace.
Visibility Description
public Globally accessible
protected Accessible from classes that extend the Class it is declared in
package Accessible only within the Package it is contained in
private Accessible only within the Namespace it is declared in

Used on: Type, Variable