|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.tuxedo.control.TuxFieldFMLSerialize
public class TuxFieldFMLSerialize
Class used by the serialization code. Represents a single field from an FML buffer and provides methods to set and get the value of the field.
| Constructor Summary | |
|---|---|
TuxFieldFMLSerialize(String nm,
int id,
int type)
|
|
| Method Summary | |
|---|---|
String |
getName()
Return the name of the field. |
int |
getSize(Object object)
Return the number of occurences of the field in the given object. |
int |
getType()
Return the Tuxedo type code for the field. |
Object |
getValue(Object object)
Get the value of the next occurence of the field in the given object. |
void |
setValue(Object object,
Object value)
Set the value of the next occurence of the field in the given object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TuxFieldFMLSerialize(String nm,
int id,
int type)
| Method Detail |
|---|
public int getType()
getType in interface ITuxFieldpublic String getName()
getName in interface ITuxFieldpublic int getSize(Object object)
getSize in interface ITuxFieldobject - The associated FML or FML32 buffer.
public void setValue(Object object,
Object value)
throws ControlException
setValue in interface ITuxFieldobject - The FML or FML32 buffer.value - The value to set
ControlException
public Object getValue(Object object)
throws ControlException
getValue in interface ITuxFieldobject - The FML or FML32 object.
ControlException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||