com.ibm.cics.model
Interface IWLMSpecificationsToSystem

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

public interface IWLMSpecificationsToSystem
extends ICPSMDefinition

generated from CICS resourcetable LNKSWSCS


Nested Class Summary
static class IWLMSpecificationsToSystem.LinkValue
          Enumeration type for field LINK
 
Method Summary
 java.lang.String getGroup()
          Getter for field GROUP
 IWLMSpecificationsToSystem.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

WLM specification

The name of the WLM specification.


getSystem

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

CICS system

The name of a linked CICS system.


getLink

IWLMSpecificationsToSystem.LinkValue getLink()
Getter for field LINK

Creation mode

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

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


getGroup

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

System group WLM specification was inherited from

The name of the CICS system group from which the WLM specification was inherited.



Copyright 2008-2009 IBM Corp. All Rights Reserved.