Uses of Interface
com.ibm.cics.model.ICICSAttribute

Uses of ICICSAttribute in com.ibm.cics.model
 

Methods in com.ibm.cics.model that return ICICSAttribute
 ICICSAttribute<?>[] ICICSType.attributes()
           
 ICICSAttribute<?> ICICSType.findAttributeByCicsName(java.lang.String attributeName)
           
 ICICSAttribute<?> ICICSType.findAttributeByID(java.lang.String id)
           
 

Methods in com.ibm.cics.model that return types with arguments of type ICICSAttribute
 java.util.Set<ICICSAttribute<?>> ICICSType.getKeyAttributes()
           
 

Methods in com.ibm.cics.model with parameters of type ICICSAttribute
<U> void
ICICSObjectListFactory.addFilter(ICICSAttribute<U> attribute, U value)
           
<V> V
ICICSObjectReference.getAttributeValue(ICICSAttribute<V> attribute)
           
 

Constructors in com.ibm.cics.model with parameters of type ICICSAttribute
IllegalCICSAttributeException(java.lang.Exception cause, ICICSAttribute<?> attribute, java.lang.Object illegalValue)
           
IllegalCICSAttributeException(java.lang.String message, ICICSAttribute<?> attribute, java.lang.Object illegalValue)
           
 



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