com.ibm.cics.model
Interface ICICSType


public interface ICICSType

metadata describing a cics type


Method Summary
 ICICSAttribute[] attributes()
           
 ICICSAttribute<?> findAttributeByCicsName(java.lang.String attributeName)
           
 ICICSAttribute findAttributeByID(java.lang.String id)
           
 java.lang.Class getImplementationType()
           
 java.lang.Class getInterfaceType()
           
 java.lang.Class getMutableImplementation()
           
 java.lang.Class getMutableInterface()
           
 java.lang.String getNameAttribute()
           
 java.lang.String getResourceTableName()
           
 boolean isCPSM()
           
 boolean isDefinition()
           
 boolean isResource()
           
 

Method Detail

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.