org.olat.properties
Class PropertyConstants

java.lang.Object
  extended by org.olat.properties.PropertyConstants

public class PropertyConstants
extends java.lang.Object

Description:
Constants used in the Properties Table.

Author:
Felix Jost

Field Summary
static java.lang.String OLATRESOURCE_CONFIGURATION
          loosly coupled configuration attributes for a resource
static java.lang.String OLATRESOURCE_VISITED
          Resource is visited by a certain user.
 
Constructor Summary
PropertyConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OLATRESOURCE_VISITED

public static final java.lang.String OLATRESOURCE_VISITED
Resource is visited by a certain user.

See Also:
Constant Field Values

OLATRESOURCE_CONFIGURATION

public static final java.lang.String OLATRESOURCE_CONFIGURATION
loosly coupled configuration attributes for a resource

See Also:
Constant Field Values
Constructor Detail

PropertyConstants

public PropertyConstants()