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

All Superinterfaces:
ModelObject
All Known Implementing Classes:
ImplementationsImpl

public interface Implementations
extends ModelObject

List of implementations.


Method Summary
 Implementation[] getImplementation()
           
 Implementation getImplementation(int idx)
           
 int getImplementationLength()
           
 void setImplementation(Implementation[] values)
           
 Implementation setImplementation(int idx, Implementation 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

getImplementation

Implementation[] getImplementation()
Returns:
array of Implementation

getImplementation

Implementation getImplementation(int idx)
Returns:
one of Implementation

getImplementationLength

int getImplementationLength()

setImplementation

void setImplementation(Implementation[] values)
Parameters:
values - allowed objects are Implementation

setImplementation

Implementation setImplementation(int idx,
                                 Implementation value)
Parameters:
value - allowed object is Implementation


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