|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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<? extends ICICSObject> |
getInterfaceType()
|
java.util.Set<ICICSAttribute<?>> |
getKeyAttributes()
|
java.lang.Class |
getMutableImplementation()
|
java.lang.Class |
getMutableInterface()
|
java.lang.String |
getNameAttribute()
|
java.lang.String |
getResourceTableName()
|
com.ibm.cics.common.CICSRelease |
getValidFrom()
Returns the CICSRelease that the ICICSType was introduced in, or null
if the type is valid for all releases. |
com.ibm.cics.common.CICSRelease |
getValidTo()
Returns the CICSRelease that the ICICSType was last valid in, or null
for present. |
boolean |
isCPSM()
|
boolean |
isDefinition()
|
boolean |
isResource()
|
Method Detail |
---|
ICICSAttribute<?>[] attributes()
attributes
in interface com.ibm.cics.model.meta.IType
ICICSAttribute<?> findAttributeByID(java.lang.String id)
findAttributeByID
in interface com.ibm.cics.model.meta.IType
id
- property ID of the attribute to find
null
if none is found.java.util.Set<ICICSAttribute<?>> getKeyAttributes()
getKeyAttributes
in interface com.ibm.cics.model.meta.IType
java.lang.String getResourceTableName()
java.lang.Class<? extends ICICSObject> getInterfaceType()
getInterfaceType
in interface com.ibm.cics.model.meta.IType
java.lang.Class getImplementationType()
java.lang.Class getMutableImplementation()
java.lang.Class getMutableInterface()
java.lang.String getNameAttribute()
boolean isDefinition()
boolean isResource()
boolean isCPSM()
com.ibm.cics.common.CICSRelease getValidFrom()
CICSRelease
that the ICICSType
was introduced in, or null
if the type is valid for all releases.
com.ibm.cics.common.CICSRelease getValidTo()
CICSRelease
that the ICICSType
was last valid in, or null
for present.
ICICSAttribute<?> findAttributeByCicsName(java.lang.String attributeName)
attributeName
- 8 character CICS name of the attribute to find
null
if none is found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |