|
|||||||||
| 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
Class ComponentDescriptor.Property

java.lang.Objectcom.aendvari.cerberus.component.descriptor.ComponentDescriptor.Property
- Direct Known Subclasses:
- ComponentDescriptor.Attribute, ComponentDescriptor.Message
- Enclosing class:
- ComponentDescriptor
- protected static class ComponentDescriptor.Property
- extends java.lang.Object
Represents a single property of the component.
| Nested Class Summary | |
static interface |
ComponentDescriptor.Property.Access
Constants for the access control of the property. |
| Field Summary | |
protected int |
access
The access of this property. |
protected java.lang.String |
name
The name of this property. |
| Constructor Summary | |
ComponentDescriptor.Property(java.lang.String setName,
int setAccess)
Constructs a Property instance. |
|
| Method Summary | |
int |
getAccess()
Returns the access control of this property. |
java.lang.String |
getName()
Returns the name of this property. |
void |
setAccess(int setAccess)
Sets the access control of this property. |
void |
setName(java.lang.String setName)
Sets the name of this property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
name
protected java.lang.String name
- The name of this property.
access
protected int access
- The access of this property.
| Constructor Detail |
ComponentDescriptor.Property
public ComponentDescriptor.Property(java.lang.String setName, int setAccess)
- Constructs a
Propertyinstance.
| Method Detail |
getName
public java.lang.String getName()
- Returns the name of this property.
setName
public void setName(java.lang.String setName)
- Sets the name of this property.
setAccess
public void setAccess(int setAccess)
- Sets the access control of this property.
getAccess
public int getAccess()
- Returns the access control of this property.
|
|||||||||
| 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
com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Property