kristal.client
Class IntegrateRetrieveType

java.lang.Object
  extended bykristal.client.IntegrateRetrieveType

public class IntegrateRetrieveType
extends java.lang.Object

This Class describes a Section Structure of KRISTAL.

See Also:
PrimarySectionType, BasicSectionType, UnionSectionType, VirtualSectionType

Field Summary
 int counter
           
 java.util.Vector display_section_namelist
           
 int group_type
           
 boolean is_used
           
 boolean order
           
 java.util.Vector section_namelist
           
 int sorting_key_type
           
 
Constructor Summary
IntegrateRetrieveType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

is_used

public boolean is_used

sorting_key_type

public int sorting_key_type

section_namelist

public java.util.Vector section_namelist

display_section_namelist

public java.util.Vector display_section_namelist

order

public boolean order

group_type

public int group_type

counter

public int counter
Constructor Detail

IntegrateRetrieveType

public IntegrateRetrieveType()