net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl
Class UnpackOptionsImpl.ExcludesImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl.UnpackOptionsImpl.ExcludesImpl
- All Implemented Interfaces:
- Serializable, Cloneable, UnpackOptions.Excludes
- Enclosing class:
- UnpackOptionsImpl
public static class UnpackOptionsImpl.ExcludesImpl
- extends Object
- implements Serializable, Cloneable, UnpackOptions.Excludes
- See Also:
- Serialized Form
exclude
protected String[] exclude
UnpackOptionsImpl.ExcludesImpl
public UnpackOptionsImpl.ExcludesImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl.UnpackOptionsImpl.ExcludesImpl instance.
UnpackOptionsImpl.ExcludesImpl
public UnpackOptionsImpl.ExcludesImpl(UnpackOptionsImpl.ExcludesImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl.UnpackOptionsImpl.ExcludesImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getExclude
public String[] getExclude()
- Specified by:
getExclude in interface UnpackOptions.Excludes
- Returns:
- array of
String
getExclude
public String getExclude(int idx)
- Specified by:
getExclude in interface UnpackOptions.Excludes
- Returns:
- one of
String
getExcludeLength
public int getExcludeLength()
- Specified by:
getExcludeLength in interface UnpackOptions.Excludes
setExclude
public void setExclude(String[] values)
- Specified by:
setExclude in interface UnpackOptions.Excludes
- Parameters:
values - allowed objects are
String
setExclude
public String setExclude(int idx,
String value)
- Specified by:
setExclude in interface UnpackOptions.Excludes
value - allowed object is
String
copyExclude
public 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 UnpackOptionsImpl.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.