All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vnet.yawb.YAWBStoreElement

java.lang.Object
   |
   +----vnet.markup.Element
           |
           +----vnet.yawb.YAWBStoreElement

public class YAWBStoreElement
extends Element
Provides a YAWBDataStore for YAWB objects requiring one. All YAWB objects requiring access to a YAWBDataStore must be children of a YAWBStoreElement.


Variable Index

 o ATTR_ENTRY
entry attribute
 o ATTR_ROOT
root attribute
 o ATTR_TYPE
backend attribute
 o NAME
Name of the element

Constructor Index

 o YAWBStoreElement(String, String, String)
Constructs a new YAWBStoreElement.
 o YAWBStoreElement(String, String, String, String[])
Constructs a new YAWBStoreElement.

Variables

 o NAME
 public static final String NAME
Name of the element

 o ATTR_TYPE
 public static final String ATTR_TYPE
backend attribute

 o ATTR_ROOT
 public static final String ATTR_ROOT
root attribute

 o ATTR_ENTRY
 public static final String ATTR_ENTRY
entry attribute

Constructors

 o YAWBStoreElement
 public YAWBStoreElement(String type,
                         String root,
                         String entry)
Constructs a new YAWBStoreElement.

Parameters:
type - type of backend
root - the backend root
entry - the backend entry
 o YAWBStoreElement
 public YAWBStoreElement(String type,
                         String root,
                         String entry,
                         String values[])
Constructs a new YAWBStoreElement.

Parameters:
type - type of backend
root - the backend root
entry - the backend entry
values - array of the names of values to be retrieved, retrieves all if null

All Packages  Class Hierarchy  This Package  Previous  Next  Index