Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.cerberus.component.descriptor
Interface ComponentProperty.Access  view ComponentProperty.Access download ComponentProperty.Access.java

Enclosing interface:
ComponentProperty

public static interface ComponentProperty.Access

Constants for the access control of the property.


Field Summary
static int Private
          This is a private property.
static int Public
          This is a public property.
static int Unknown
          This property has unknown access.
 

Field Detail

Unknown

public static final int Unknown
This property has unknown access.

See Also:
Constant Field Values

Public

public static final int Public
This is a public property.

See Also:
Constant Field Values

Private

public static final int Private
This is a private property.

See Also:
Constant Field Values