| Package | Description |
|---|---|
| org.omg.Messaging |
| Modifier and Type | Field and Description |
|---|---|
PolicyValue |
PolicyValueHolder.value |
PolicyValue[] |
PolicyValueSeqHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static PolicyValue |
PolicyValueHelper.extract(Any any) |
static PolicyValue[] |
PolicyValueSeqHelper.extract(Any any) |
static PolicyValue |
PolicyValueHelper.read(InputStream in) |
static PolicyValue[] |
PolicyValueSeqHelper.read(InputStream _in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PolicyValueHelper.insert(Any any,
PolicyValue s) |
static void |
PolicyValueSeqHelper.insert(Any any,
PolicyValue[] s) |
static void |
PolicyValueHelper.write(OutputStream out,
PolicyValue s) |
static void |
PolicyValueSeqHelper.write(OutputStream _out,
PolicyValue[] _s) |
| Constructor and Description |
|---|
PolicyValueHolder(PolicyValue initial) |
PolicyValueSeqHolder(PolicyValue[] initial) |
Copyright © 2017 JacORB. All rights reserved.