xdoclet.sdk.xtag.migrator
Class Options

java.lang.Object
  |
  +--xdoclet.sdk.xgg.XGGPojo
        |
        +--xdoclet.sdk.xtag.migrator.Options

public final class Options
extends XGGPojo

XML element: <options/>

. This element exists in the following versions:

Author:
XDoclet

Constructor Summary
Options()
          Default constructor.
Options(OptionSet parent)
          Constructor.
 
Method Summary
 void addOption(Option option)
          XML element: <option/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..*)
 Collection getOptionCollection()
           
 
Methods inherited from class xdoclet.sdk.xgg.XGGPojo
checkValue, checkVersion, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Options

public Options()
Default constructor. Should not be called explicitly. It's available only to be able to convert xml into beans with Betwixt.


Options

public Options(OptionSet parent)
        throws IllegalStateException
Constructor. Should only be called if the current version is of the following:

Parameters:
parent - the parent element
Throws:
IllegalStateException - if this constructor is illegal with the current version.
Method Detail

addOption

public final void addOption(Option option)
                     throws IllegalStateException

XML element: <option/>

This element exists in the following versions: The cardinality is (1..*)

Parameters:
option - the Option to add.
Throws:
IllegalStateException - if this method is illegal with the current version.

getOptionCollection

public final Collection getOptionCollection()


Copyright © 2000-2003 XDoclet Team. All Rights Reserved.