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
 
Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,IWLMSpecificationsToSystem> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 IWLMSpecificationsToSystemReference getCICSObjectReference()
           
 java.lang.String getGroup()
          Getter for field GROUP
 IWLMSpecificationsToSystem.LinkValue getLink()
          Getter for field LINK
 ICICSType<IWLMSpecificationsToSystem> 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<IWLMSpecificationsToSystem> 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

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.


getCICSObjectReference

IWLMSpecificationsToSystemReference 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,IWLMSpecificationsToSystem> 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.