Data Request Broker
2-3-release

fr.gael.drb.impl.sds
Class SdfViewDescriptor

java.lang.Object
  extended by fr.gael.drb.impl.sds.SdfViewDescriptor

public class SdfViewDescriptor
extends Object

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

NAMESPACE

public static final String NAMESPACE
Namespace of this node.

See Also:
Constant Field Values

MAP_ID

public static final String MAP_ID
Map identifier.

See Also:
Constant Field Values

CONTEXT_TARGET

public static final int CONTEXT_TARGET
Context target identifier.

See Also:
Constant Field Values

SELF_TARGET

public static final int SELF_TARGET
Self target identifier.

See Also:
Constant Field Values

parent

protected SdfViewDescriptor parent
Parent node.


baseType

protected XsdType baseType
Base type


query

protected String query
Query that gives the context of the node map.


target

protected int target
Target of the query (context or self).


valueQuery

protected String valueQuery
???


name

protected String name
Name of this node


valueType

protected int valueType
Value type.


children

protected ArrayList children
Children.

Constructor Detail

SdfViewDescriptor

public SdfViewDescriptor(XsdElement element)
Class constructor.

Parameters:
element - schema of this map

SdfViewDescriptor

protected SdfViewDescriptor(XsdElement element,
                            Hashtable element_hash)
Class constructor.

Parameters:
element - schema of this map
element_hash - ???
Method Detail

print

public void print(String header)
Prints header.

Parameters:
header - header to be printed.

Data Request Broker - DRB API®
2-3-release

Copyright© 2001-2009 GAEL Consultant. All rights reserved. Use is subject to license terms .