Package com.ibm.cics.model
Interface IResourceInDescriptionEntry
-
- All Superinterfaces:
ICICSObject,ICPSMDefinition,IDefinition,com.ibm.cics.model.meta.ITypedObject
public interface IResourceInDescriptionEntry extends ICPSMDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIResourceInDescriptionEntry.ChangeAgentValueEnumeration type for field CHANGEAGENT
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IResourceInDescriptionEntry.ChangeAgentValuegetChangeAgent()Getter for field CHANGEAGENTIResourceInDescriptionEntryReferencegetCICSObjectReference()java.lang.StringgetDescription()Getter for field DESCRIPTIONICICSType<IResourceInDescriptionEntry>getObjectType()java.lang.StringgetResourceDescription()Getter for field RESDESCjava.lang.StringgetResourceGroup()Getter for field RESGROUPIResourceDescriptionDefinitionReferencegetToResourceDescription()IResourceGroupDefinitionReferencegetToResourceGroup()-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IResourceInDescriptionEntry> getObjectType()
- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfaceICPSMDefinition- Specified by:
getObjectTypein interfaceIDefinition- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
IResourceInDescriptionEntry.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENTLast modification agent
The change agent identifier that made the last modification.
- DREPAPI - Resource was last changed by a CICSPlex SM API command.
- N_A - Resource was created or last updated prior to CICS TS Version 4 Release 1 and support for resource signatures.
-
getResourceDescription
java.lang.String getResourceDescription()
Getter for field RESDESCResource description name
The name of the resource description.
-
getResourceGroup
java.lang.String getResourceGroup()
Getter for field RESGROUPResource group name
The name of a resource group that is associated with the specified resource description.
-
getDescription
java.lang.String getDescription()
Getter for field DESCRIPTIONDescription
A description of the resource description-to-group association.
-
getToResourceGroup
IResourceGroupDefinitionReference getToResourceGroup()
-
getToResourceDescription
IResourceDescriptionDefinitionReference getToResourceDescription()
-
getCICSObjectReference
IResourceInDescriptionEntryReference getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICPSMDefinition- Specified by:
getCICSObjectReferencein interfaceIDefinition
-
-