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