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

Quick Search    Search Deep

com.aendvari.cerberus.component.descriptor
Class ComponentDescriptor.Attribute  view ComponentDescriptor.Attribute download ComponentDescriptor.Attribute.java

java.lang.Object
  extended bycom.aendvari.cerberus.component.descriptor.ComponentDescriptor.Property
      extended bycom.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 Attribute instance.

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.