Uses of Class
org.omg.Messaging.PolicyValue
Packages that use PolicyValue
-
Uses of PolicyValue in org.omg.Messaging
Fields in org.omg.Messaging declared as PolicyValueMethods in org.omg.Messaging that return PolicyValueModifier and TypeMethodDescriptionstatic PolicyValue
static PolicyValue[]
static PolicyValue
PolicyValueHelper.read
(InputStream istream) static PolicyValue[]
PolicyValueSeqHelper.read
(InputStream istream) Methods in org.omg.Messaging with parameters of type PolicyValueModifier and TypeMethodDescriptionstatic 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 PolicyValueModifierConstructorDescriptionPolicyValueHolder
(PolicyValue initialValue) PolicyValueSeqHolder
(PolicyValue[] initialValue)