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.Property  view ComponentDescriptor.Property download ComponentDescriptor.Property.java

java.lang.Object
  extended bycom.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 Property instance.

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.