Uses of Class
org.omg.ATLAS.ATLASProfile

Packages that use ATLASProfile
org.omg.ATLAS   
 

Uses of ATLASProfile in org.omg.ATLAS
 

Fields in org.omg.ATLAS declared as ATLASProfile
 ATLASProfile ATLASProfileHolder.value
           
 

Methods in org.omg.ATLAS that return ATLASProfile
static ATLASProfile ATLASProfileHelper.extract(Any any)
           
static ATLASProfile ATLASProfileHelper.read(InputStream in)
           
 

Methods in org.omg.ATLAS with parameters of type ATLASProfile
static void ATLASProfileHelper.insert(Any any, ATLASProfile s)
           
static void ATLASProfileHelper.write(OutputStream out, ATLASProfile s)
           
 

Constructors in org.omg.ATLAS with parameters of type ATLASProfile
ATLASProfileHolder(ATLASProfile initial)