net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl
Class DependencySetImpl.IncludesImpl

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

public static class DependencySetImpl.IncludesImpl
extends Object
implements Serializable, Cloneable, DependencySet.Includes

See Also:
Serialized Form

Field Summary
protected  String[] include
           
 
Constructor Summary
DependencySetImpl.IncludesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl.DependencySetImpl.IncludesImpl instance.
DependencySetImpl.IncludesImpl(DependencySetImpl.IncludesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl.DependencySetImpl.IncludesImpl instance by copying a given instance.
 
Method Summary
 DependencySetImpl.IncludesImpl clone()
          Creates and returns a copy of this object.
 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

DependencySetImpl.IncludesImpl

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


DependencySetImpl.IncludesImpl

public DependencySetImpl.IncludesImpl(DependencySetImpl.IncludesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl.DependencySetImpl.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 DependencySet.Includes
Returns:
array of String

getInclude

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

getIncludeLength

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

setInclude

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

setInclude

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

copyInclude

public 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 DependencySetImpl.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.