wt.clients.beans.query
Class WTSchemaGroup

java.lang.Object
  extended bywt.clients.beans.query.WTSchemaGroup

public class WTSchemaGroup
extends Object


Field Summary
private  String myName
           
private  Vector myPropertyDescriptor
           
private static String versionID
           
 
Constructor Summary
WTSchemaGroup()
           
WTSchemaGroup(String aName)
           
 
Method Summary
 void add(PropertyDescriptor aPD)
           
 boolean down(int aIndex)
           
 PropertyDescriptor get(int aIndex)
           
 String getAttributeName(int aIndex)
           
 Vector getMyPropertyDescriptor()
           
 String getName()
           
 String getName(int aIndex)
           
 void insert(PropertyDescriptor aPD)
           
 PropertyDescriptor remove(int aIndex)
           
 void remove(PropertyDescriptor aPD)
           
 PropertyDescriptor removeFirst()
           
 PropertyDescriptor removeLast()
           
 void set(int aIndex, PropertyDescriptor aPD)
           
 void setName(String aName)
           
 int total()
           
 boolean up(int aIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values

myName

private String myName

myPropertyDescriptor

private Vector myPropertyDescriptor
Constructor Detail

WTSchemaGroup

public WTSchemaGroup()

WTSchemaGroup

public WTSchemaGroup(String aName)
Method Detail

setName

public void setName(String aName)

getName

public String getName()

getName

public String getName(int aIndex)

getAttributeName

public String getAttributeName(int aIndex)

insert

public void insert(PropertyDescriptor aPD)

add

public void add(PropertyDescriptor aPD)

remove

public void remove(PropertyDescriptor aPD)

remove

public PropertyDescriptor remove(int aIndex)

removeFirst

public PropertyDescriptor removeFirst()

removeLast

public PropertyDescriptor removeLast()

get

public PropertyDescriptor get(int aIndex)

set

public void set(int aIndex,
                PropertyDescriptor aPD)

total

public int total()

up

public boolean up(int aIndex)

down

public boolean down(int aIndex)

getMyPropertyDescriptor

public Vector getMyPropertyDescriptor()