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

Quick Search    Search Deep

com.mockobjects.atg
Class MockRepositoryItemDescriptor  view MockRepositoryItemDescriptor download MockRepositoryItemDescriptor.java

java.lang.Object
  extended bycom.mockobjects.atg.MockRepositoryItemDescriptor

public class MockRepositoryItemDescriptor
extends java.lang.Object

Creation date: (06/04/2001 09:56:36)


Field Summary
private  MockRepositoryView repositoryView
           
 
Constructor Summary
MockRepositoryItemDescriptor()
          MockRepositoryItemDescriptor constructor comment.
 
Method Summary
 void addPropertyDescriptor(RepositoryPropertyDescriptor arg1)
          addPropertyDescriptor method comment.
 boolean areInstances(atg.beans.DynamicBeanInfo arg1)
          areInstances method comment.
 atg.beans.DynamicBeanDescriptor getBeanDescriptor()
          getBeanDescriptor method comment.
 java.lang.String getItemDescriptorName()
          getItemDescriptorName method comment.
 atg.beans.DynamicPropertyDescriptor getPropertyDescriptor(java.lang.String arg1)
          getPropertyDescriptor method comment.
 atg.beans.DynamicPropertyDescriptor[] getPropertyDescriptors()
          getPropertyDescriptors method comment.
 java.lang.String[] getPropertyNames()
          getPropertyNames method comment.
 Repository getRepository()
          getRepository method comment.
 RepositoryView getRepositoryView()
          getRepositoryView method comment.
 boolean hasProperty(java.lang.String arg1)
          hasProperty method comment.
 boolean isInstance(java.lang.Object arg1)
          isInstance method comment.
 void removePropertyDescriptor(java.lang.String arg1)
          removePropertyDescriptor method comment.
 void setupRepositoryView(MockRepositoryView repositoryView)
          getRepositoryView method comment.
 void updatePropertyDescriptor(RepositoryPropertyDescriptor arg1)
          updatePropertyDescriptor method comment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repositoryView

private MockRepositoryView repositoryView
Constructor Detail

MockRepositoryItemDescriptor

public MockRepositoryItemDescriptor()
MockRepositoryItemDescriptor constructor comment.

Method Detail

addPropertyDescriptor

public void addPropertyDescriptor(RepositoryPropertyDescriptor arg1)
                           throws RepositoryException
addPropertyDescriptor method comment.


areInstances

public boolean areInstances(atg.beans.DynamicBeanInfo arg1)
areInstances method comment.


getBeanDescriptor

public atg.beans.DynamicBeanDescriptor getBeanDescriptor()
getBeanDescriptor method comment.


getItemDescriptorName

public java.lang.String getItemDescriptorName()
getItemDescriptorName method comment.


getPropertyDescriptor

public atg.beans.DynamicPropertyDescriptor getPropertyDescriptor(java.lang.String arg1)
getPropertyDescriptor method comment.


getPropertyDescriptors

public atg.beans.DynamicPropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors method comment.


getPropertyNames

public java.lang.String[] getPropertyNames()
getPropertyNames method comment.


getRepository

public Repository getRepository()
getRepository method comment.


getRepositoryView

public RepositoryView getRepositoryView()
getRepositoryView method comment.


hasProperty

public boolean hasProperty(java.lang.String arg1)
hasProperty method comment.


isInstance

public boolean isInstance(java.lang.Object arg1)
isInstance method comment.


removePropertyDescriptor

public void removePropertyDescriptor(java.lang.String arg1)
                              throws RepositoryException
removePropertyDescriptor method comment.


setupRepositoryView

public void setupRepositoryView(MockRepositoryView repositoryView)
getRepositoryView method comment.


updatePropertyDescriptor

public void updatePropertyDescriptor(RepositoryPropertyDescriptor arg1)
                              throws RepositoryException
updatePropertyDescriptor method comment.