public interface ICICSObject
extends com.ibm.cics.model.meta.ITypedObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
ICICSObjectContainer<? extends ICICSObject> |
getCICSContainer() |
ICICSObjectReference<? extends ICICSObject> |
getCICSObjectReference() |
ICICSType<? extends ICICSObject> |
getCICSType()
Deprecated.
- use
getObjectType() instead |
java.lang.String |
getName() |
ICICSType<? extends ICICSObject> |
getObjectType() |
static final java.lang.String COPYRIGHT
java.lang.String getName()
ICICSType<? extends ICICSObject> getObjectType()
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
@Deprecated ICICSType<? extends ICICSObject> getCICSType()
getObjectType()
insteadICICSObjectReference<? extends ICICSObject> getCICSObjectReference()
ICICSObjectContainer<? extends ICICSObject> getCICSContainer()
Copyright © 2008-2013 IBM Corp. All Rights Reserved.