Package com.ibm.cics.model
Interface IGlobalDynamicStorageAreaReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>,ICICSObjectReference<IGlobalDynamicStorageArea>,ICICSResourceReference<IGlobalDynamicStorageArea>
public interface IGlobalDynamicStorageAreaReference extends ICICSResourceReference<IGlobalDynamicStorageArea>
-
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSObjectReference
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICICSResourceType<IGlobalDynamicStorageArea>getCICSType()ICICSResourceType<IGlobalDynamicStorageArea>getObjectType()-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
Methods inherited from interface com.ibm.cics.model.ICICSResourceReference
getCICSContainer
-
-
-
-
Method Detail
-
getCICSType
ICICSResourceType<IGlobalDynamicStorageArea> getCICSType()
- Specified by:
getCICSTypein interfaceICICSObjectReference<IGlobalDynamicStorageArea>
-
getObjectType
ICICSResourceType<IGlobalDynamicStorageArea> getObjectType()
-
-