All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.mb.MBType

java.lang.Object
   |
   +----com.ibm.beans.mb.MBType

public class MBType
extends Object
implements Serializable
This is the wrapper class for types.


Constructor Index

 o MBType()
Constructs an MBType with a null type value.
 o MBType(String)
Constructs an MBType with the specified value.

Method Index

 o getMBType()
Gets the type value as a String.
 o setMBType(String)
Sets the type value.
 o toString()
Gets the type value as a String.

Constructors

 o MBType
 public MBType()
Constructs an MBType with a null type value.

 o MBType
 public MBType(String s)
Constructs an MBType with the specified value.

Parameters:
s - The type value of this MBType.

Methods

 o getMBType
 public String getMBType()
Gets the type value as a String.

Returns:
The type value.
 o toString
 public String toString()
Gets the type value as a String.

Returns:
The type value.
Overrides:
toString in class Object
 o setMBType
 public void setMBType(String s)
Sets the type value.

Parameters:
s - The new type value.

All Packages  Class Hierarchy  This Package  Previous  Next  Index