net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl
Class ModuleBinariesImpl.ExcludesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.ModuleBinariesImpl.ExcludesImpl
All Implemented Interfaces:
Serializable, Cloneable, ModuleBinaries.Excludes
Enclosing class:
ModuleBinariesImpl

public static class ModuleBinariesImpl.ExcludesImpl
extends Object
implements Serializable, Cloneable, ModuleBinaries.Excludes

See Also:
Serialized Form

Field Summary
protected  String[] exclude
           
 
Constructor Summary
ModuleBinariesImpl.ExcludesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.ModuleBinariesImpl.ExcludesImpl instance.
ModuleBinariesImpl.ExcludesImpl(ModuleBinariesImpl.ExcludesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.ModuleBinariesImpl.ExcludesImpl instance by copying a given instance.
 
Method Summary
 ModuleBinariesImpl.ExcludesImpl clone()
          Creates and returns a copy of this object.
protected  void copyExclude(String[] source)
          Copies all values of property Exclude.
 String[] getExclude()
           
 String getExclude(int idx)
           
 int getExcludeLength()
           
 String setExclude(int idx, String value)
           
 void setExclude(String[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exclude

protected String[] exclude
Constructor Detail

ModuleBinariesImpl.ExcludesImpl

public ModuleBinariesImpl.ExcludesImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.ModuleBinariesImpl.ExcludesImpl instance.


ModuleBinariesImpl.ExcludesImpl

public ModuleBinariesImpl.ExcludesImpl(ModuleBinariesImpl.ExcludesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.ModuleBinariesImpl.ExcludesImpl instance by copying a given instance.

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

getExclude

public String[] getExclude()
Specified by:
getExclude in interface ModuleBinaries.Excludes
Returns:
array of String

getExclude

public String getExclude(int idx)
Specified by:
getExclude in interface ModuleBinaries.Excludes
Returns:
one of String

getExcludeLength

public int getExcludeLength()
Specified by:
getExcludeLength in interface ModuleBinaries.Excludes

setExclude

public void setExclude(String[] values)
Specified by:
setExclude in interface ModuleBinaries.Excludes
Parameters:
values - allowed objects are String

setExclude

public String setExclude(int idx,
                         String value)
Specified by:
setExclude in interface ModuleBinaries.Excludes
value - allowed object is String

copyExclude

protected void copyExclude(String[] source)
Copies all values of property Exclude.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public ModuleBinariesImpl.ExcludesImpl 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.