com.ibm.cics.model
Interface ICSDListDefinition

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

public interface ICSDListDefinition
extends ICSDDefinition

generated from CICS resourcetable CSDLIST


Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICSDDefinition
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,ICSDListDefinition> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 ICSDListDefinitionReference getCICSObjectReference()
           
 java.lang.String getCICSSystem()
          Getter for field CICSSYS
 java.lang.String getName()
          Getter for field NAME
 ICICSType<ICSDListDefinition> getObjectType()
           
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getObjectType

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

getName

java.lang.String getName()
Getter for field NAME

CSD list name

The name of the CSD list

Specified by:
getName in interface ICICSObject

getCICSSystem

java.lang.String getCICSSystem()
Getter for field CICSSYS

CICS system name

The name of the CICS system from which this CSD list was retrieved.


getCICSObjectReference

ICSDListDefinitionReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject
Specified by:
getCICSObjectReference in interface ICSDDefinition
Specified by:
getCICSObjectReference in interface IDefinition

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,ICSDListDefinition> 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.