Package com.ibm.cics.model
Interface ISecurityDiscoveryReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>,ICICSObjectReference<ISecurityDiscovery>,ICICSResourceReference<ISecurityDiscovery>
public interface ISecurityDiscoveryReference extends ICICSResourceReference<ISecurityDiscovery>
-
-
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<ISecurityDiscovery>getCICSType()ICICSResourceType<ISecurityDiscovery>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
-
getCICSType
ICICSResourceType<ISecurityDiscovery> getCICSType()
- Specified by:
getCICSTypein interfaceICICSObjectReference<ISecurityDiscovery>
-
getObjectType
ICICSResourceType<ISecurityDiscovery> getObjectType()
-
-