com.ibm.cics.model
Interface IReferenceAttribute<From extends ICICSObject,To extends ICICSObject>

All Superinterfaces:
com.ibm.cics.model.meta.IAttribute<ICICSObjectReference<To>>

public interface IReferenceAttribute<From extends ICICSObject,To extends ICICSObject>
extends com.ibm.cics.model.meta.IAttribute<ICICSObjectReference<To>>


Field Summary
 
Fields inherited from interface com.ibm.cics.model.meta.IAttribute
COPYRIGHT
 
Method Summary
 void addReferenceFilter(ICICSObjectListFactory<From> fromListFactory, ICICSObjectReference<To> to)
           
 ICICSType<From> getFromType()
           
 
Methods inherited from interface com.ibm.cics.model.meta.IAttribute
getCategoryId, getPropertyId, getType, getValuesHint, validate
 

Method Detail

getFromType

ICICSType<From> getFromType()

addReferenceFilter

void addReferenceFilter(ICICSObjectListFactory<From> fromListFactory,
                        ICICSObjectReference<To> to)


Copyright © 2008-2013 IBM Corp. All Rights Reserved.