Package com.ibm.cics.model
Interface IRTASpecificationsToSystem
-
- All Superinterfaces:
ICICSObject,ICPSMDefinition,IDefinition,com.ibm.cics.model.meta.ITypedObject
public interface IRTASpecificationsToSystem extends ICPSMDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIRTASpecificationsToSystem.ChangeAgentValueEnumeration type for field CHANGEAGENTstatic classIRTASpecificationsToSystem.LinkValueEnumeration type for field LINK
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IRTASpecificationsToSystem.ChangeAgentValuegetChangeAgent()Getter for field CHANGEAGENTIRTASpecificationsToSystemReferencegetCICSObjectReference()java.lang.StringgetGroup()Getter for field GROUPIRTASpecificationsToSystem.LinkValuegetLink()Getter for field LINKICICSType<IRTASpecificationsToSystem>getObjectType()java.lang.StringgetSpec()Getter for field SPECjava.lang.StringgetSystem()Getter for field SYSTEM-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IRTASpecificationsToSystem> getObjectType()
- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfaceICPSMDefinition- Specified by:
getObjectTypein interfaceIDefinition- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
IRTASpecificationsToSystem.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENTLast modification agent
The change agent identifier that made the last modification.
- DREPAPI - Resource was last changed by a CICSPlex SM API command.
- N_A - Resource was created or last updated prior to CICS TS Version 4 Release 1 and support for resource signatures.
-
getSpec
java.lang.String getSpec()
Getter for field SPECRTA specification
The name of the RTA specification.
-
getSystem
java.lang.String getSystem()
Getter for field SYSTEMCICS system
The name of a CICS system that is associated with the analysis specification.
-
getLink
IRTASpecificationsToSystem.LinkValue getLink()
Getter for field LINKCreation 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 GROUPSystem 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:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICPSMDefinition- Specified by:
getCICSObjectReferencein interfaceIDefinition
-
-