Uses of Class
org.omg.Messaging.PolicyValue
-
Packages that use PolicyValue Package Description org.omg.Messaging -
-
Uses of PolicyValue in org.omg.Messaging
Fields in org.omg.Messaging declared as PolicyValue Modifier and Type Field Description PolicyValue
PolicyValueHolder. value
PolicyValue[]
PolicyValueSeqHolder. value
Methods in org.omg.Messaging that return PolicyValue Modifier and Type Method Description static PolicyValue
PolicyValueHelper. extract(Any a)
static PolicyValue[]
PolicyValueSeqHelper. extract(Any a)
static PolicyValue
PolicyValueHelper. read(InputStream istream)
static PolicyValue[]
PolicyValueSeqHelper. read(InputStream istream)
Methods in org.omg.Messaging with parameters of type PolicyValue Modifier and Type Method Description static void
PolicyValueHelper. insert(Any a, PolicyValue that)
static void
PolicyValueSeqHelper. insert(Any a, PolicyValue[] that)
static void
PolicyValueHelper. write(OutputStream ostream, PolicyValue value)
static void
PolicyValueSeqHelper. write(OutputStream ostream, PolicyValue[] value)
Constructors in org.omg.Messaging with parameters of type PolicyValue Constructor Description PolicyValueHolder(PolicyValue initialValue)
PolicyValueSeqHolder(PolicyValue[] initialValue)
-