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
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getCICSSystem()
          Getter for field CICSSYS
 java.lang.String getName()
          Getter for field NAME
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getObjectType
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

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.



Copyright © 2008-2012 IBM Corp. All Rights Reserved.