com.ibm.cics.model
Interface IMapSetDefinition

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

public interface IMapSetDefinition
extends ICICSDefinition

generated from CICS resourcetable MAPDEF


Nested Class Summary
static class IMapSetDefinition.ResidentValue
          Enumeration type for field RESIDENT
static class IMapSetDefinition.StatusValue
          Enumeration type for field STATUS
static class IMapSetDefinition.UsageValue
          Enumeration type for field USAGE
static class IMapSetDefinition.UselpacopyValue
          Enumeration type for field USELPACOPY
 
Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICICSDefinition
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,IMapSetDefinition> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 ICICSDefinitionReference<IMapSetDefinition> getCICSObjectReference()
           
 ICICSType<IMapSetDefinition> getObjectType()
           
 IMapSetDefinition.ResidentValue getResident()
          Getter for field RESIDENT
 IMapSetDefinition.StatusValue getStatus()
          Getter for field STATUS
 IMapSetDefinition.UsageValue getUsage()
          Getter for field USAGE
 IMapSetDefinition.UselpacopyValue getUselpacopy()
          Getter for field USELPACOPY
 java.lang.String getUserdata1()
          Getter for field USERDATA1
 java.lang.String getUserdata2()
          Getter for field USERDATA2
 java.lang.String getUserdata3()
          Getter for field USERDATA3
 
Methods inherited from interface com.ibm.cics.model.ICICSDefinition
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime, getCSDGroup, getDescription, getVersion
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getObjectType

ICICSType<IMapSetDefinition> getObjectType()
Specified by:
getObjectType in interface ICICSDefinition
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface IDefinition
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

getResident

IMapSetDefinition.ResidentValue getResident()
Getter for field RESIDENT

Residence status

The residence status of the map set:


getStatus

IMapSetDefinition.StatusValue getStatus()
Getter for field STATUS

Map set status

The map set status:


getUsage

IMapSetDefinition.UsageValue getUsage()
Getter for field USAGE

Map set storage release

Specifies when the storage for this map set is released:


getUselpacopy

IMapSetDefinition.UselpacopyValue getUselpacopy()
Getter for field USELPACOPY

Use map set from link pack area (LPA) option

Specifies whether the map set is to be used from the link pack area (LPA):


getUserdata1

java.lang.String getUserdata1()
Getter for field USERDATA1

User data area 1

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.


getUserdata2

java.lang.String getUserdata2()
Getter for field USERDATA2

User data area 2

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.


getUserdata3

java.lang.String getUserdata3()
Getter for field USERDATA3

User data area 3

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.


getCICSObjectReference

ICICSDefinitionReference<IMapSetDefinition> getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSDefinition
Specified by:
getCICSObjectReference in interface ICICSObject
Specified by:
getCICSObjectReference in interface IDefinition

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IMapSetDefinition> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. The list factory can be activated by the caller when necessary. This method does not perform any I/O.



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