org.omg.Messaging

Class PolicyValue

Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class PolicyValue
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "PolicyValue"

Author:
JacORB IDL compiler

Field Summary

int
ptype
byte[]
pvalue

Constructor Summary

PolicyValue()
PolicyValue(int ptype, byte[] pvalue)

Field Details

ptype

public int ptype


pvalue

public byte[] pvalue

Constructor Details

PolicyValue

public PolicyValue()


PolicyValue

public PolicyValue(int ptype,
                   byte[] pvalue)