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

Quick Search    Search Deep

com.aendvari.cerberus.component.descriptor
Interface ComponentDescriptor.Property.Access  view ComponentDescriptor.Property.Access download ComponentDescriptor.Property.Access.java

Enclosing interface:
ComponentDescriptor.Property

public static interface ComponentDescriptor.Property.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