net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.settings100.impl
Class SettingsImpl.PluginGroupsImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.settings100.impl.SettingsImpl.PluginGroupsImpl
All Implemented Interfaces:
Serializable, Cloneable, Settings.PluginGroups
Enclosing class:
SettingsImpl

public static class SettingsImpl.PluginGroupsImpl
extends Object
implements Serializable, Cloneable, Settings.PluginGroups

See Also:
Serialized Form

Field Summary
protected  String[] pluginGroup
           
 
Constructor Summary
SettingsImpl.PluginGroupsImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.settings100.impl.SettingsImpl.PluginGroupsImpl instance.
SettingsImpl.PluginGroupsImpl(SettingsImpl.PluginGroupsImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.settings100.impl.SettingsImpl.PluginGroupsImpl instance by copying a given instance.
 
Method Summary
 SettingsImpl.PluginGroupsImpl clone()
          Creates and returns a copy of this object.
 String[] getPluginGroup()
           
 String getPluginGroup(int idx)
           
 int getPluginGroupLength()
           
 String setPluginGroup(int idx, String value)
           
 void setPluginGroup(String[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pluginGroup

protected String[] pluginGroup
Constructor Detail

SettingsImpl.PluginGroupsImpl

public SettingsImpl.PluginGroupsImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.settings100.impl.SettingsImpl.PluginGroupsImpl instance.


SettingsImpl.PluginGroupsImpl

public SettingsImpl.PluginGroupsImpl(SettingsImpl.PluginGroupsImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.settings100.impl.SettingsImpl.PluginGroupsImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getPluginGroup

public String[] getPluginGroup()
Specified by:
getPluginGroup in interface Settings.PluginGroups
Returns:
array of String

getPluginGroup

public String getPluginGroup(int idx)
Specified by:
getPluginGroup in interface Settings.PluginGroups
Returns:
one of String

getPluginGroupLength

public int getPluginGroupLength()
Specified by:
getPluginGroupLength in interface Settings.PluginGroups

setPluginGroup

public void setPluginGroup(String[] values)
Specified by:
setPluginGroup in interface Settings.PluginGroups
Parameters:
values - allowed objects are String

setPluginGroup

public String setPluginGroup(int idx,
                             String value)
Specified by:
setPluginGroup in interface Settings.PluginGroups
value - allowed object is String

clone

public SettingsImpl.PluginGroupsImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.