com.ibm.cics.model
Interface IRTASpecificationsToSystem

All Superinterfaces:
ICICSObject, ICPSMDefinition, IDefinition, com.ibm.cics.model.meta.ITypedObject

public interface IRTASpecificationsToSystem
extends ICPSMDefinition

generated from CICS resourcetable LNKSRSCS


Nested Class Summary
static class IRTASpecificationsToSystem.LinkValue
          Enumeration type for field LINK
 
Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,IRTASpecificationsToSystem> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 IRTASpecificationsToSystemReference getCICSObjectReference()
           
 java.lang.String getGroup()
          Getter for field GROUP
 IRTASpecificationsToSystem.LinkValue getLink()
          Getter for field LINK
 ICICSType<IRTASpecificationsToSystem> getObjectType()
           
 java.lang.String getSpec()
          Getter for field SPEC
 java.lang.String getSystem()
          Getter for field SYSTEM
 
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getObjectType

ICICSType<IRTASpecificationsToSystem> getObjectType()
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface ICPSMDefinition
Specified by:
getObjectType in interface IDefinition
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

getSpec

java.lang.String getSpec()
Getter for field SPEC

RTA specification

The name of the RTA specification.


getSystem

java.lang.String getSystem()
Getter for field SYSTEM

CICS system

The name of a CICS system that is associated with the analysis specification.


getLink

IRTASpecificationsToSystem.LinkValue getLink()
Getter for field LINK

Creation mode

Indicates how the CICS system is associated with the analysis specification:

EXPLICIT
The CICS system is directly associated with the specification.
INHERIT
The CICS system inherited the specification from the CICS system group of which it is a member.


getGroup

java.lang.String getGroup()
Getter for field GROUP

System group RTA specification was inherited from

The name of the CICS system group from which the RTA specification was derived.


getCICSObjectReference

IRTASpecificationsToSystemReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject
Specified by:
getCICSObjectReference in interface ICPSMDefinition
Specified by:
getCICSObjectReference in interface IDefinition

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IRTASpecificationsToSystem> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. The list factory can be activated by the caller when necessary. This method does not perform any I/O.



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