Package com.ibm.cics.model
Interface IToReferenceAttribute<From extends ICICSObject,To extends ICICSObject,Ref extends ICICSObjectReference<To>>
-
- All Superinterfaces:
com.ibm.cics.model.meta.IAttribute<ICICSObjectReference<To>>
public interface IToReferenceAttribute<From extends ICICSObject,To extends ICICSObject,Ref extends ICICSObjectReference<To>> extends com.ibm.cics.model.meta.IAttribute<ICICSObjectReference<To>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ICICSAttribute<?>>
getAttributesUsedInReference()
Ref
getTo(From from)
ICICSType<To>
getToType()
-
-
-
Method Detail
-
getAttributesUsedInReference
java.util.List<ICICSAttribute<?>> getAttributesUsedInReference()
-
-