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