net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jomc
Interface Dependencies

All Superinterfaces:
ModelObject
All Known Implementing Classes:
DependenciesImpl

public interface Dependencies
extends ModelObject

List of dependencies.


Method Summary
 Dependency[] getDependency()
           
 Dependency getDependency(int idx)
           
 int getDependencyLength()
           
 void setDependency(Dependency[] values)
           
 Dependency setDependency(int idx, Dependency value)
           
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 

Method Detail

getDependency

Dependency[] getDependency()
Returns:
array of Dependency

getDependency

Dependency getDependency(int idx)
Returns:
one of Dependency

getDependencyLength

int getDependencyLength()

setDependency

void setDependency(Dependency[] values)
Parameters:
values - allowed objects are Dependency

setDependency

Dependency setDependency(int idx,
                         Dependency value)
Parameters:
value - allowed object is Dependency


Copyright © 2009 The CC-XJC Community. All Rights Reserved.