edu.umd.cfar.lamp.apploader
Class PROPS

java.lang.Object
  extended byedu.umd.cfar.lamp.apploader.PROPS

public class PROPS
extends java.lang.Object

Property sheet namespace convenience class, as described in the props schema.


Field Summary
static com.hp.hpl.jena.rdf.model.Property addListener
          Indicates that this listener will be notified when properties change on the associated bean.
static com.hp.hpl.jena.rdf.model.Property describes
          Links to the bean that this PropertySet describes.
static com.hp.hpl.jena.rdf.model.Property editor
          A table cell editor for the property.
static com.hp.hpl.jena.rdf.model.Property extendedProperties
          Gets a java object that lists more properties than exist in the file, and may come and go over time.
static com.hp.hpl.jena.rdf.model.Property hasProperty
          Links to one of the PropertyDescriptors for the given bean.
static com.hp.hpl.jena.rdf.model.Property interfacer
          Gets an interface bean, an object that supports get and set methods.
static com.hp.hpl.jena.rdf.model.Property listenerName
          The name of the listener, e.g. the part after add in addListenerName on the bean.
static com.hp.hpl.jena.rdf.model.Property listenerType
          The java name of the listener interface.
static com.hp.hpl.jena.rdf.model.Property propertyOrder
          Links to a List of PropertyDescriptor nodes for this set.
static com.hp.hpl.jena.rdf.model.Property renderer
          A table cell renderer for the property.
protected static java.lang.String uri
           
 
Constructor Summary
PROPS()
           
 
Method Summary
static java.lang.String getURI()
          Returns the URI for this schema, http://viper-toolkit.sourceforge.net/owl/apploader/props#.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uri

protected static final java.lang.String uri
See Also:
Constant Field Values

describes

public static final com.hp.hpl.jena.rdf.model.Property describes
Links to the bean that this PropertySet describes.


hasProperty

public static final com.hp.hpl.jena.rdf.model.Property hasProperty
Links to one of the PropertyDescriptors for the given bean.


propertyOrder

public static final com.hp.hpl.jena.rdf.model.Property propertyOrder
Links to a List of PropertyDescriptor nodes for this set. This implies that the Set hasProperty each element in the list.


interfacer

public static final com.hp.hpl.jena.rdf.model.Property interfacer
Gets an interface bean, an object that supports get and set methods. This is useful when you are trying to get properties that don't have the normal get/set methods, or may have arbitrary names.


extendedProperties

public static final com.hp.hpl.jena.rdf.model.Property extendedProperties
Gets a java object that lists more properties than exist in the file, and may come and go over time.


renderer

public static final com.hp.hpl.jena.rdf.model.Property renderer
A table cell renderer for the property.


editor

public static final com.hp.hpl.jena.rdf.model.Property editor
A table cell editor for the property.


addListener

public static final com.hp.hpl.jena.rdf.model.Property addListener
Indicates that this listener will be notified when properties change on the associated bean.


listenerType

public static final com.hp.hpl.jena.rdf.model.Property listenerType
The java name of the listener interface. The AppLoader will construct a dynamic proxy that will respond to events sent to this listener's methods.


listenerName

public static final com.hp.hpl.jena.rdf.model.Property listenerName
The name of the listener, e.g. the part after add in addListenerName on the bean.

Constructor Detail

PROPS

public PROPS()
Method Detail

getURI

public static java.lang.String getURI()
Returns the URI for this schema, http://viper-toolkit.sourceforge.net/owl/apploader/props#.

Returns:
the URI for this schema