Package com.ibm.cics.model
Interface ILibraryDefinitionReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSDefinitionReference<ILibraryDefinition>
,ICICSObjectReference<ILibraryDefinition>
public interface ILibraryDefinitionReference extends ICICSDefinitionReference<ILibraryDefinition>
-
-
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 ICICSDefinitionType<ILibraryDefinition>
getCICSType()
ICICSDefinitionType<ILibraryDefinition>
getObjectType()
-
Methods inherited from interface com.ibm.cics.model.ICICSDefinitionReference
getCICSContainer, getCSDGroup, getName, getVersion
-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
-
-
-
Method Detail
-
getCICSType
ICICSDefinitionType<ILibraryDefinition> getCICSType()
- Specified by:
getCICSType
in interfaceICICSDefinitionReference<ILibraryDefinition>
- Specified by:
getCICSType
in interfaceICICSObjectReference<ILibraryDefinition>
-
getObjectType
ICICSDefinitionType<ILibraryDefinition> getObjectType()
-
-