org.globus.cog.gui.grapheditor.properties
Class AbstractClassProperty

java.lang.Object
  extended byorg.globus.cog.gui.grapheditor.properties.AbstractClassProperty
All Implemented Interfaces:
ClassProperty
Direct Known Subclasses:
ComponentClassProperty, DelegatedClassProperty

public abstract class AbstractClassProperty
extends Object
implements ClassProperty


Constructor Summary
AbstractClassProperty(Class ownerClass, String name, int access)
           
 
Method Summary
 int getAccess()
           
 String getName()
           
 Class getOwnerClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.globus.cog.gui.grapheditor.properties.ClassProperty
getInstance
 

Constructor Detail

AbstractClassProperty

public AbstractClassProperty(Class ownerClass,
                             String name,
                             int access)
Method Detail

getAccess

public int getAccess()
Specified by:
getAccess in interface ClassProperty

getName

public String getName()
Specified by:
getName in interface ClassProperty

getOwnerClass

public Class getOwnerClass()
Specified by:
getOwnerClass in interface ClassProperty