com.ibm.cics.model
Interface ICSDGroupDefinition

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

public interface ICSDGroupDefinition
extends ICSDDefinition

generated from CICS resourcetable CSDGROUP


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 group name

The name of the CSD group

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 group was retrieved.



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