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 PolicyValuePolicyValueHolder. valuePolicyValue[]PolicyValueSeqHolder. valueMethods in org.omg.Messaging that return PolicyValue Modifier and Type Method Description static PolicyValuePolicyValueHelper. extract(Any a)static PolicyValue[]PolicyValueSeqHelper. extract(Any a)static PolicyValuePolicyValueHelper. 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 voidPolicyValueHelper. insert(Any a, PolicyValue that)static voidPolicyValueSeqHelper. insert(Any a, PolicyValue[] that)static voidPolicyValueHelper. write(OutputStream ostream, PolicyValue value)static voidPolicyValueSeqHelper. write(OutputStream ostream, PolicyValue[] value)Constructors in org.omg.Messaging with parameters of type PolicyValue Constructor Description PolicyValueHolder(PolicyValue initialValue)PolicyValueSeqHolder(PolicyValue[] initialValue)
-