com.xpn.xwiki.api
Class Property

java.lang.Object
  extended by com.xpn.xwiki.api.Api
      extended by com.xpn.xwiki.api.Element
          extended by com.xpn.xwiki.api.Property

public class Property
extends Element


Field Summary
 
Fields inherited from class com.xpn.xwiki.api.Element
element
 
Fields inherited from class com.xpn.xwiki.api.Api
context
 
Constructor Summary
Property(BaseProperty property, XWikiContext context)
           
 
Method Summary
protected  BaseProperty getBaseProperty()
           
 java.lang.String getName()
           
 BaseProperty getProperty()
           
 java.lang.Object getValue()
           
 
Methods inherited from class com.xpn.xwiki.api.Element
getBaseElement
 
Methods inherited from class com.xpn.xwiki.api.Api
checkProgrammingRights, hasAccessLevel, hasAdminRights, hasProgrammingRights
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property(BaseProperty property,
                XWikiContext context)
Method Detail

getBaseProperty

protected BaseProperty getBaseProperty()

getName

public java.lang.String getName()
Overrides:
getName in class Element

getProperty

public BaseProperty getProperty()

getValue

public java.lang.Object getValue()


Copyright 2003 Ludovic Dubost