net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl
Class ModuleSourcesImpl.IncludesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.ModuleSourcesImpl.IncludesImpl
All Implemented Interfaces:
Serializable, Cloneable, ModuleSources.Includes
Enclosing class:
ModuleSourcesImpl

public static class ModuleSourcesImpl.IncludesImpl
extends Object
implements Serializable, Cloneable, ModuleSources.Includes

See Also:
Serialized Form

Field Summary
protected  String[] include
           
 
Constructor Summary
ModuleSourcesImpl.IncludesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.ModuleSourcesImpl.IncludesImpl instance.
ModuleSourcesImpl.IncludesImpl(ModuleSourcesImpl.IncludesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.ModuleSourcesImpl.IncludesImpl instance by copying a given instance.
 
Method Summary
 ModuleSourcesImpl.IncludesImpl clone()
          Creates and returns a copy of this object.
protected  void copyInclude(String[] source)
          Copies all values of property Include.
 String[] getInclude()
           
 String getInclude(int idx)
           
 int getIncludeLength()
           
 String setInclude(int idx, String value)
           
 void setInclude(String[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

include

protected String[] include
Constructor Detail

ModuleSourcesImpl.IncludesImpl

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


ModuleSourcesImpl.IncludesImpl

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

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

getInclude

public String[] getInclude()
Specified by:
getInclude in interface ModuleSources.Includes
Returns:
array of String

getInclude

public String getInclude(int idx)
Specified by:
getInclude in interface ModuleSources.Includes
Returns:
one of String

getIncludeLength

public int getIncludeLength()
Specified by:
getIncludeLength in interface ModuleSources.Includes

setInclude

public void setInclude(String[] values)
Specified by:
setInclude in interface ModuleSources.Includes
Parameters:
values - allowed objects are String

setInclude

public String setInclude(int idx,
                         String value)
Specified by:
setInclude in interface ModuleSources.Includes
value - allowed object is String

copyInclude

protected void copyInclude(String[] source)
Copies all values of property Include.

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

clone

public ModuleSourcesImpl.IncludesImpl 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.