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