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.
-
Attribute(Selection)
- Sets a local copy of Selection and sets the attribute Parameters
and the attributeType.
-
defOK(String)
- Returns true if definitions are available for the attribute
String cat.
-
get()
- Returns the current attributeType.
-
getlist()
- Returns an array of String which is a copy of the Vector attributeList
(list of "ugly" attributes).
-
getpretty()
- Returns an array of String which is a copy of the Vector prettyList
(the list of pretty attributes).
-
guideOK(String)
- Returns true if guide documents are available for the attribute
String cat.
-
set(int)
- Sets the attributeType using the input int attributeNumber.
-
set(String)
- Sets the attributeType using the input String newAttributeType.
-
setlist(String[])
- Sets the attributeList Vector using the the input array of String
newAttributeList.
-
setlist(Vector)
- Sets the Vector attributeList using the input Vector newAttributeList.
-
setPrettyList(String[])
- Sets the Vector prettyList using the input array of String
-
toODL()
- Creates an ODL object and returns the current attributeType with the
keyword "REQUEST_FIELD".
Attribute
public Attribute(Selection displaySelection)
- Sets a local copy of Selection and sets the attribute Parameters
and the attributeType.
setlist
public void setlist(String newAttributeList[])
- Sets the attributeList Vector using the the input array of String
newAttributeList.
setlist
public void setlist(Vector newAttributeList)
- Sets the Vector attributeList using the input Vector newAttributeList.
setPrettyList
public void setPrettyList(String newPrettyList[])
- Sets the Vector prettyList using the input array of String
set
public void set(String newAttributeType)
- Sets the attributeType using the input String newAttributeType.
set
public void set(int attributeNumber)
- Sets the attributeType using the input int attributeNumber.
get
public String get()
- Returns the current attributeType.
getpretty
public String[] getpretty()
- Returns an array of String which is a copy of the Vector prettyList
(the list of pretty attributes).
getlist
public String[] getlist()
- Returns an array of String which is a copy of the Vector attributeList
(list of "ugly" attributes).
toODL
public ODL toODL()
- Creates an ODL object and returns the current attributeType with the
keyword "REQUEST_FIELD".
guideOK
public boolean guideOK(String cat)
- Returns true if guide documents are available for the attribute
String cat.
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