All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.DepValid.Attribute

java.lang.Object
   |
   +----IMSWG.IW.DepValid.Attribute

public class Attribute
extends Object
This class is to support the attribute pull-down menu.


Constructor Index

 o Attribute(Selection)
Sets a local copy of Selection and sets the attribute Parameters and the attributeType.

Method Index

 o defOK(String)
Returns true if definitions are available for the attribute String cat.
 o get()
Returns the current attributeType.
 o getlist()
Returns an array of String which is a copy of the Vector attributeList (list of "ugly" attributes).
 o getpretty()
Returns an array of String which is a copy of the Vector prettyList (the list of pretty attributes).
 o guideOK(String)
Returns true if guide documents are available for the attribute String cat.
 o set(int)
Sets the attributeType using the input int attributeNumber.
 o set(String)
Sets the attributeType using the input String newAttributeType.
 o setlist(String[])
Sets the attributeList Vector using the the input array of String newAttributeList.
 o setlist(Vector)
Sets the Vector attributeList using the input Vector newAttributeList.
 o setPrettyList(String[])
Sets the Vector prettyList using the input array of String
 o toODL()
Creates an ODL object and returns the current attributeType with the keyword "REQUEST_FIELD".

Constructors

 o Attribute
 public Attribute(Selection displaySelection)
Sets a local copy of Selection and sets the attribute Parameters and the attributeType.

Methods

 o setlist
 public void setlist(String newAttributeList[])
Sets the attributeList Vector using the the input array of String newAttributeList.

 o setlist
 public void setlist(Vector newAttributeList)
Sets the Vector attributeList using the input Vector newAttributeList.

 o setPrettyList
 public void setPrettyList(String newPrettyList[])
Sets the Vector prettyList using the input array of String

 o set
 public void set(String newAttributeType)
Sets the attributeType using the input String newAttributeType.

 o set
 public void set(int attributeNumber)
Sets the attributeType using the input int attributeNumber.

 o get
 public String get()
Returns the current attributeType.

 o getpretty
 public String[] getpretty()
Returns an array of String which is a copy of the Vector prettyList (the list of pretty attributes).

 o getlist
 public String[] getlist()
Returns an array of String which is a copy of the Vector attributeList (list of "ugly" attributes).

 o toODL
 public ODL toODL()
Creates an ODL object and returns the current attributeType with the keyword "REQUEST_FIELD".

 o guideOK
 public boolean guideOK(String cat)
Returns true if guide documents are available for the attribute String cat.

 o defOK
 public boolean defOK(String cat)
Returns true if definitions are available for the attribute String cat.


All Packages  Class Hierarchy  This Package  Previous  Next  Index