All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.mb.MBOtherClass

java.lang.Object
   |
   +----com.ibm.beans.mb.MBElement
           |
           +----com.ibm.beans.mb.MBOtherClass

public class MBOtherClass
extends MBElement
This class defines the Element that encapsulates an arbitrary class. A ManagedBean has a list of zero or more MBElements, each corresponding to a file in a repository.

See Also:
MBElement, ManagedBean

Constructor Index

 o MBOtherClass()
Constructs an empty instance of an MBOtherClass object.

Method Index

 o asObject()
Gets the Object representation of the object associated with this MBElement instance.
 o getPreferredClassAsString()
Gets the preferred class of this subclass of MBElement as a String.
 o getType()
Gets the MBType of this MBElement subclass.
 o getTypeAsString()
Gets the type of this MBElement subclass as a String.

Constructors

 o MBOtherClass
 public MBOtherClass()
Constructs an empty instance of an MBOtherClass object.

See Also:
MBElement

Methods

 o getTypeAsString
 public String getTypeAsString()
Gets the type of this MBElement subclass as a String.

Returns:
The type of this MBElement subclass as a String.
Overrides:
getTypeAsString in class MBElement
 o getType
 public MBType getType()
Gets the MBType of this MBElement subclass.

Returns:
The MBType of this MBElement subclass.
Overrides:
getType in class MBElement
See Also:
MBType
 o getPreferredClassAsString
 public String getPreferredClassAsString()
Gets the preferred class of this subclass of MBElement as a String.

Returns:
The String representing the preferred class.
Overrides:
getPreferredClassAsString in class MBElement
See Also:
MBElement
 o asObject
 public Object asObject()
Gets the Object representation of the object associated with this MBElement instance.

Returns:
The Object representation of the object associated with this MBElement instance.
See Also:
Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index