Package com.ibm.cics.model
Interface ITransactionClassReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>,ICICSObjectReference<ITransactionClass>,ICICSResourceReference<ITransactionClass>
public interface ITransactionClassReference extends ICICSResourceReference<ITransactionClass>
-
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSObjectReference
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICICSResourceType<ITransactionClass>getCICSType()java.lang.StringgetName()ICICSResourceType<ITransactionClass>getObjectType()-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
Methods inherited from interface com.ibm.cics.model.ICICSResourceReference
getCICSContainer
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getCICSType
ICICSResourceType<ITransactionClass> getCICSType()
- Specified by:
getCICSTypein interfaceICICSObjectReference<ITransactionClass>
-
getObjectType
ICICSResourceType<ITransactionClass> getObjectType()
-
-