Class PolicyValue

  • All Implemented Interfaces:
    java.io.Serializable, IDLEntity

    public final class PolicyValue
    extends java.lang.Object
    implements IDLEntity
    org/omg/Messaging/PolicyValue.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/Messaging.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int ptype  
      byte[] pvalue  
    • Constructor Summary

      Constructors 
      Constructor Description
      PolicyValue()  
      PolicyValue​(int _ptype, byte[] _pvalue)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ptype

        public int ptype
      • pvalue

        public byte[] pvalue
    • Constructor Detail

      • PolicyValue

        public PolicyValue()
      • PolicyValue

        public PolicyValue​(int _ptype,
                           byte[] _pvalue)