Uses of Class
ix.icore.info.ISource

Packages that use ISource
ix.icore.info   
 

Uses of ISource in ix.icore.info
 

Fields in ix.icore.info declared as ISource
 ISource IValue.source
           
 

Methods in ix.icore.info that return ISource
 ISource IValue.getSource()
           
 

Methods in ix.icore.info with parameters of type ISource
 void IValue.setSource(ISource source)
           
 

Constructors in ix.icore.info with parameters of type ISource
IValue(IObject parent, java.lang.String attribute, java.lang.Object value, ISource source)