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() |
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, getCICSSystemgetCICSType, getNameICICSType<ICSDResourceDefinition> getObjectType()
getObjectType in interface ICICSObjectgetObjectType in interface ICSDDefinitiongetObjectType in interface IDefinitiongetObjectType in interface com.ibm.cics.model.meta.ITypedObjectjava.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.
ICSDGroupDefinitionReference getContainingGroup()
ICSDResourceDefinitionReference getCICSObjectReference()
getCICSObjectReference in interface ICICSObjectgetCICSObjectReference in interface ICSDDefinitiongetCICSObjectReference in interface IDefinitionCopyright ? 2008-2015 IBM Corp. All Rights Reserved.