com.ibm.cics.model
Interface ICICSType
public interface ICICSType
metadata describing a cics type
getResourceTableName
java.lang.String getResourceTableName()
getInterfaceType
java.lang.Class getInterfaceType()
getImplementationType
java.lang.Class getImplementationType()
getMutableImplementation
java.lang.Class getMutableImplementation()
getMutableInterface
java.lang.Class getMutableInterface()
attributes
ICICSAttribute[] attributes()
getNameAttribute
java.lang.String getNameAttribute()
isDefinition
boolean isDefinition()
isResource
boolean isResource()
isCPSM
boolean isCPSM()
findAttributeByID
ICICSAttribute findAttributeByID(java.lang.String id)
findAttributeByCicsName
ICICSAttribute<?> findAttributeByCicsName(java.lang.String attributeName)
Copyright © 2008-2009 IBM Corp. All Rights Reserved.