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 PolicyValuestatic PolicyValue[]static PolicyValuePolicyValueHelper.read(InputStream istream) static PolicyValue[]PolicyValueSeqHelper.read(InputStream istream) Methods in org.omg.Messaging with parameters of type PolicyValueModifier and TypeMethodDescriptionstatic 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 PolicyValueModifierConstructorDescriptionPolicyValueHolder(PolicyValue initialValue) PolicyValueSeqHolder(PolicyValue[] initialValue)