|
|||||||||
| 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.Attribute

java.lang.Objectcom.aendvari.cerberus.component.descriptor.ComponentDescriptor.Property
com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Attribute
- Enclosing class:
- ComponentDescriptor
- public static class ComponentDescriptor.Attribute
- extends ComponentDescriptor.Property
Represents a single attribute of the component.
| Nested Class Summary |
| Nested classes inherited from class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Property |
ComponentDescriptor.Property.Access |
| Field Summary | |
protected java.lang.String |
value
The value of this attribute. |
| Fields inherited from class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Property |
access, name |
| Constructor Summary | |
ComponentDescriptor.Attribute(java.lang.String setName,
int setAccess,
java.lang.String setValue)
Constructs an Attribute instance. |
|
| Method Summary | |
java.lang.String |
getValue()
Returns the value of this attribute. |
void |
setValue(java.lang.String setValue)
Sets the value of this attribute. |
| Methods inherited from class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Property |
getAccess, getName, setAccess, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
value
protected java.lang.String value
- The value of this attribute.
| Constructor Detail |
ComponentDescriptor.Attribute
public ComponentDescriptor.Attribute(java.lang.String setName, int setAccess, java.lang.String setValue)
- Constructs an
Attributeinstance.
| Method Detail |
getValue
public java.lang.String getValue()
- Returns the value of this attribute.
setValue
public void setValue(java.lang.String setValue)
- Sets the value of this attribute.
|
|||||||||
| 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