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.
-
MBType()
- Constructs an MBType with a null type value.
-
MBType(String)
- Constructs an MBType with the specified value.
-
getMBType()
- Gets the type value as a String.
-
setMBType(String)
- Sets the type value.
-
toString()
- Gets the type value as a String.
MBType
public MBType()
- Constructs an MBType with a null type value.
MBType
public MBType(String s)
- Constructs an MBType with the specified value.
- Parameters:
- s - The type value of this MBType.
getMBType
public String getMBType()
- Gets the type value as a String.
- Returns:
- The type value.
toString
public String toString()
- Gets the type value as a String.
- Returns:
- The type value.
- Overrides:
- toString in class Object
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