wt.clients.beans.query
Class WTSchemaGroup
java.lang.Object
wt.clients.beans.query.WTSchemaGroup
- public class WTSchemaGroup
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionID
private static final String versionID
- See Also:
- Constant Field Values
myName
private String myName
myPropertyDescriptor
private Vector myPropertyDescriptor
WTSchemaGroup
public WTSchemaGroup()
WTSchemaGroup
public WTSchemaGroup(String aName)
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()