Uses of Class
org.omg.Security.SelectorValue

Packages that use SelectorValue
org.omg.Security   
 

Uses of SelectorValue in org.omg.Security
 

Fields in org.omg.Security declared as SelectorValue
 SelectorValue SelectorValueHolder.value
           
 SelectorValue[] SelectorValueListHolder.value
           
 

Methods in org.omg.Security that return SelectorValue
static SelectorValue SelectorValueHelper.extract(Any any)
           
static SelectorValue[] SelectorValueListHelper.extract(Any any)
           
static SelectorValue SelectorValueHelper.read(InputStream in)
           
static SelectorValue[] SelectorValueListHelper.read(InputStream _in)
           
 

Methods in org.omg.Security with parameters of type SelectorValue
static void SelectorValueHelper.insert(Any any, SelectorValue s)
           
static void SelectorValueListHelper.insert(Any any, SelectorValue[] s)
           
static void SelectorValueHelper.write(OutputStream out, SelectorValue s)
           
static void SelectorValueListHelper.write(OutputStream _out, SelectorValue[] _s)
           
 

Constructors in org.omg.Security with parameters of type SelectorValue
SelectorValueHolder(SelectorValue initial)
           
SelectorValueListHolder(SelectorValue[] initial)
           
 



Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.