net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl
Class DependencySetImpl.IncludesImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.prot.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
include
protected String[] include
DependencySetImpl.IncludesImpl
public DependencySetImpl.IncludesImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.DependencySetImpl.IncludesImpl instance.
DependencySetImpl.IncludesImpl
public DependencySetImpl.IncludesImpl(DependencySetImpl.IncludesImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.DependencySetImpl.IncludesImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
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
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 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.