|
Data Request Broker 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.gael.drb.impl.sds.SdfViewDescriptor
public class SdfViewDescriptor
SdfViewDescriptor class.
| Field Summary | |
|---|---|
protected XsdType |
baseType
Base type |
protected ArrayList |
children
Children. |
static int |
CONTEXT_TARGET
Context target identifier. |
static String |
MAP_ID
Map identifier. |
protected String |
name
Name of this node |
static String |
NAMESPACE
Namespace of this node. |
protected SdfViewDescriptor |
parent
Parent node. |
protected String |
query
Query that gives the context of the node map. |
static int |
SELF_TARGET
Self target identifier. |
protected int |
target
Target of the query (context or self). |
protected String |
valueQuery
??? |
protected int |
valueType
Value type. |
| Constructor Summary | |
|---|---|
|
SdfViewDescriptor(XsdElement element)
Class constructor. |
protected |
SdfViewDescriptor(XsdElement element,
Hashtable element_hash)
Class constructor. |
| Method Summary | |
|---|---|
void |
print(String header)
Prints header. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAMESPACE
public static final String MAP_ID
public static final int CONTEXT_TARGET
public static final int SELF_TARGET
protected SdfViewDescriptor parent
protected XsdType baseType
protected String query
protected int target
protected String valueQuery
protected String name
protected int valueType
protected ArrayList children
| Constructor Detail |
|---|
public SdfViewDescriptor(XsdElement element)
element - schema of this map
protected SdfViewDescriptor(XsdElement element,
Hashtable element_hash)
element - schema of this mapelement_hash - ???| Method Detail |
|---|
public void print(String header)
header - header to be printed.
|
Data Request Broker - DRB API® 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||