BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management.tools
Class MBeanReflector.Attribute

java.lang.Object
  |
  +--weblogic.management.tools.MBeanReflector.Attribute

public static class MBeanReflector.Attribute
extends java.lang.Object
implements java.lang.Comparable

MOST OF THE METHODS ON Attribute are no longer used.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 int compareTo(java.lang.Object o)
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getDefaultFieldName()
          Name of default field ('_' separated uppercase)
 java.lang.String getFieldName()
          Field name to use to store attribute (first letter lowercase)
 java.lang.String getName()
          Name of attribute (first letter is uppercase)
 java.lang.Class getType()
          Type of attribute
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Name of attribute (first letter is uppercase)


getType

public java.lang.Class getType()
Type of attribute


getFieldName

public java.lang.String getFieldName()
Field name to use to store attribute (first letter lowercase)


getDefaultFieldName

public java.lang.String getDefaultFieldName()
Name of default field ('_' separated uppercase)


hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)

Overrides:
equals in class java.lang.Object

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.