Package com.ibm.cics.model
Interface IPhysicalDataSetReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>,ICICSObjectReference<IPhysicalDataSet>,ICICSResourceReference<IPhysicalDataSet>
public interface IPhysicalDataSetReference extends ICICSResourceReference<IPhysicalDataSet>
-
-
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<IPhysicalDataSet>getCICSType()java.lang.StringgetDsname()ICICSResourceType<IPhysicalDataSet>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
-
getDsname
java.lang.String getDsname()
-
getCICSType
ICICSResourceType<IPhysicalDataSet> getCICSType()
- Specified by:
getCICSTypein interfaceICICSObjectReference<IPhysicalDataSet>
-
getObjectType
ICICSResourceType<IPhysicalDataSet> getObjectType()
-
-