Package com.ibm.cics.model
Interface ICICSResourceType<T extends ICICSResource>
-
- All Superinterfaces:
java.lang.Comparable<ICICSType<?>>
,ICICSType<T>
,com.ibm.cics.model.meta.IType<T>
public interface ICICSResourceType<T extends ICICSResource> extends ICICSType<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
create(ICICSResourceContainer container, AttributeValueMap avm)
-
Methods inherited from interface com.ibm.cics.model.ICICSType
attributes, findAttributeByCicsName, findAttributeByID, getImplementationType, getKeyAttributes, getMutableImplementation, getMutableInterface, getNameAttribute, getReferenceType, getResourceTableName, getValidFrom, getValidTo, isCPSM, isDefinition, isResource, toReference
-
-
-
-
Method Detail
-
create
T create(ICICSResourceContainer container, AttributeValueMap avm)
-
-