Uses of Class
com.ibm.cics.model.IAtomServiceDefinition.AtomTypeValue

Packages that use IAtomServiceDefinition.AtomTypeValue
com.ibm.cics.model   
com.ibm.cics.model.mutable   
 

Uses of IAtomServiceDefinition.AtomTypeValue in com.ibm.cics.model
 

Methods in com.ibm.cics.model that return IAtomServiceDefinition.AtomTypeValue
 IAtomServiceDefinition.AtomTypeValue IAtomServiceDefinition.getAtomType()
          Getter for field ATOMTYPE
static IAtomServiceDefinition.AtomTypeValue IAtomServiceDefinition.AtomTypeValue.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IAtomServiceDefinition.AtomTypeValue[] IAtomServiceDefinition.AtomTypeValue.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of IAtomServiceDefinition.AtomTypeValue in com.ibm.cics.model.mutable
 

Methods in com.ibm.cics.model.mutable with parameters of type IAtomServiceDefinition.AtomTypeValue
 void IMutableAtomServiceDefinition.setAtomType(IAtomServiceDefinition.AtomTypeValue _atomType)
          Setter for field ATOMTYPE
 



Copyright © 2008-2009 IBM Corp. All Rights Reserved.