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