public interface ICSDResourceDefinition extends ICSDDefinition
Modifier and Type | Interface and Description |
---|---|
static class |
ICSDResourceDefinition.DeftypeValue
Enumeration type for field DEFTYPE
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
ICSDResourceDefinitionReference |
getCICSObjectReference() |
java.lang.String |
getCicssys()
Getter for field CICSSYS
|
ICSDGroupDefinitionReference |
getContainingGroup() |
java.lang.String |
getCpsmtype()
Getter for field CPSMTYPE
|
java.lang.String |
getCsdgroup()
Getter for field CSDGROUP
|
java.lang.String |
getDefname()
Getter for field DEFNAME
|
ICSDResourceDefinition.DeftypeValue |
getDeftype()
Getter for field DEFTYPE
|
ICICSType<ICSDResourceDefinition> |
getObjectType() |
getCICSContainer
getCICSType, getName
ICICSType<ICSDResourceDefinition> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface ICSDDefinition
getObjectType
in interface IDefinition
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getCsdgroup()
CSD group name
The name of the CSD group
java.lang.String getDefname()
Resource definition
The name of the resource definition.
ICSDResourceDefinition.DeftypeValue getDeftype()
CICS resource definition type
Identifies the CICS resource type of the resource definition which is associated with the resource group. The values are as follows:
java.lang.String getCpsmtype()
CPSM resource definition type
Identifies the CPSM type of resource definition which is associated with the resource group.
java.lang.String getCicssys()
CICS system name
The name of the CICS system from which the CSD resource was retrieved.
ICSDGroupDefinitionReference getContainingGroup()
ICSDResourceDefinitionReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICSDDefinition
getCICSObjectReference
in interface IDefinition
Copyright © 2008-2013 IBM Corp. All Rights Reserved.