com.xpn.xwiki.objects
Interface ElementInterface

All Known Subinterfaces:
ClassInterface, ObjectInterface, PropertyClassInterface, PropertyInterface
All Known Implementing Classes:
BaseClass, BaseCollection, BaseObject, BaseProperty, PropertyClass, PropertyMetaClass

public interface ElementInterface


Method Summary
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 

Method Detail

toString

public java.lang.String toString()

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)


Copyright 2003 Ludovic Dubost