|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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 Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |