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.
-
ATTR_ENTRY
- entry attribute
-
ATTR_ROOT
- root attribute
-
ATTR_TYPE
- backend attribute
-
NAME
- Name of the element
-
YAWBStoreElement(String, String, String)
- Constructs a new YAWBStoreElement.
-
YAWBStoreElement(String, String, String, String[])
- Constructs a new YAWBStoreElement.
NAME
public static final String NAME
- Name of the element
ATTR_TYPE
public static final String ATTR_TYPE
- backend attribute
ATTR_ROOT
public static final String ATTR_ROOT
- root attribute
ATTR_ENTRY
public static final String ATTR_ENTRY
- entry attribute
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
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