All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.mb.MBBeanCustomizerSrc
java.lang.Object
|
+----com.ibm.beans.mb.MBElement
|
+----com.ibm.beans.mb.MBBeanCustomizerSrc
- public class MBBeanCustomizerSrc
- extends MBElement
This class defines the Element that encapsulates bean Customizer
source code. A
ManagedBean has a list of zero or more MBElements, each
corresponding to a file in a repository.
- See Also:
- MBElement, ManagedBean
-
MBBeanCustomizerSrc()
- Constructs an empty instance of an
MBBeanCustomizerSrc object.
-
asInputStream()
- Gets the InputStream representation of the object
associated with this MBElement instance.
-
getPreferredClassAsString()
- Gets the preferred class of this
subclass of MBElement as a String.
-
getType()
- Gets the MBType of this MBElement subclass.
-
getTypeAsString()
- Gets the type of this MBElement subclass as
a String.
MBBeanCustomizerSrc
public MBBeanCustomizerSrc()
- Constructs an empty instance of an
MBBeanCustomizerSrc object.
- See Also:
- MBElement
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
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
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
asInputStream
public InputStream asInputStream()
- Gets the InputStream representation of the object
associated with this MBElement instance.
- Returns:
- The InputStream representation of the object associated
with this MBElement instance.
- See Also:
- InputStream
All Packages Class Hierarchy This Package Previous Next Index