net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl
Class ProfileImpl.DependenciesImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.ProfileImpl.DependenciesImpl
- All Implemented Interfaces:
- Serializable, Cloneable, Profile.Dependencies
- Enclosing class:
- ProfileImpl
public static class ProfileImpl.DependenciesImpl
- extends Object
- implements Serializable, Cloneable, Profile.Dependencies
- See Also:
- Serialized Form
dependency
protected Dependency[] dependency
ProfileImpl.DependenciesImpl
public ProfileImpl.DependenciesImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.ProfileImpl.DependenciesImpl instance.
ProfileImpl.DependenciesImpl
public ProfileImpl.DependenciesImpl(ProfileImpl.DependenciesImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.ProfileImpl.DependenciesImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getDependency
public Dependency[] getDependency()
- Specified by:
getDependency in interface Profile.Dependencies
- Returns:
- array of
Dependency
getDependency
public Dependency getDependency(int idx)
- Specified by:
getDependency in interface Profile.Dependencies
- Returns:
- one of
Dependency
getDependencyLength
public int getDependencyLength()
- Specified by:
getDependencyLength in interface Profile.Dependencies
setDependency
public void setDependency(Dependency[] values)
- Specified by:
setDependency in interface Profile.Dependencies
- Parameters:
values - allowed objects are
Dependency
setDependency
public Dependency setDependency(int idx,
Dependency value)
- Specified by:
setDependency in interface Profile.Dependencies
value - allowed object is
Dependency
clone
public ProfileImpl.DependenciesImpl 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.