|
|||||||||
| Home >> All >> com >> aendvari >> cerberus >> component >> [ descriptor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.cerberus.component.descriptor
Interface ComponentProperty.Access

- 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
|
|||||||||
| Home >> All >> com >> aendvari >> cerberus >> component >> [ descriptor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC