All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xa.xa_StandaloneChoiceList

java.lang.Object
   |
   +----xa.xa_ChoiceList
           |
           +----xa.xa_StandaloneChoiceList

public class xa_StandaloneChoiceList
extends xa_ChoiceList

Class xa_StandaloneChoiceList - A list of the values allowed for a 'standalone' declaration.


Variable Index

 o NO_STRING
 o STANDALONE_STRING
Constant value used for the 'standalone' keyword.
 o YES_STRING

Constructor Index

 o xa_StandaloneChoiceList()
Default constructor.

Method Index

 o init()
Initialise the list of allowed values.

Variables

 o STANDALONE_STRING
 public static final String STANDALONE_STRING
Constant value used for the 'standalone' keyword.

 o NO_STRING
 public static final String NO_STRING
 o YES_STRING
 public static final String YES_STRING

Constructors

 o xa_StandaloneChoiceList
 public xa_StandaloneChoiceList()
Default constructor.

Methods

 o init
 protected void init()
Initialise the list of allowed values.


All Packages  Class Hierarchy  This Package  Previous  Next  Index