|
webMethods Admin Version 7.1.0.0.211 082207 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectCOM.activesw.api.client.BrokerField
public class BrokerField
This class is a data structure giving a field's type and value.
| Field Summary | |
|---|---|
protected static BrokerField |
NOT_FOUND
|
short |
type
The field type. |
java.lang.Object |
value
The field value. |
| Constructor Summary | |
|---|---|
BrokerField()
Create an empty field object. |
|
BrokerField(short field_type,
java.lang.Object field_value)
Create an field object setting both the type and value. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final BrokerField NOT_FOUND
public short type
public java.lang.Object value
| Constructor Detail |
|---|
public BrokerField()
public BrokerField(short field_type,
java.lang.Object field_value)
|
webMethods Admin Version 7.1.0.0.211 082207 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||