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
 
Method Summary
 java.lang.String getGroup()
          Getter for field GROUP
 IRTASpecificationsToSystem.LinkValue getLink()
          Getter for field LINK
 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, getObjectType
 

Method Detail

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.



Copyright 2008-2009 IBM Corp. All Rights Reserved.