ru.tunegov.mathematic
Class MatrixBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--ru.tunegov.mathematic.MatrixBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class MatrixBeanInfo
extends java.beans.SimpleBeanInfo

The bean information class for ru.tunegov.mathematic.Matrix.


Constructor Summary
MatrixBeanInfo()
           
 
Method Summary
 java.beans.MethodDescriptor absMethodDescriptor()
          Gets the abs() method descriptor.
 java.beans.MethodDescriptor add_doubleMethodDescriptor()
          Gets the add(double) method descriptor.
 java.beans.MethodDescriptor add_rutunegovmathematicComplexMethodDescriptor()
          Gets the add(ru.tunegov.mathematic.Complex) method descriptor.
 java.beans.MethodDescriptor add_rutunegovmathematicDecimalMethodDescriptor()
          Gets the add(ru.tunegov.mathematic.Decimal) method descriptor.
 java.beans.MethodDescriptor add_rutunegovmathematicElementSetMethodDescriptor()
          Gets the add(ru.tunegov.mathematic.ElementSet) method descriptor.
 java.beans.MethodDescriptor add_rutunegovmathematicMatrixElementSetMethodDescriptor()
          Gets the add(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
 java.beans.PropertyDescriptor classPropertyDescriptor()
          Gets the class property descriptor.
 java.beans.MethodDescriptor cloneMethodDescriptor()
          Gets the clone() method descriptor.
 java.beans.PropertyDescriptor colsPropertyDescriptor()
          Gets the cols property descriptor.
 java.beans.MethodDescriptor cosMethodDescriptor()
          Gets the cos() method descriptor.
 java.beans.MethodDescriptor divide_doubleMethodDescriptor()
          Gets the divide(double) method descriptor.
 java.beans.MethodDescriptor divide_rutunegovmathematicComplexMethodDescriptor()
          Gets the divide(ru.tunegov.mathematic.Complex) method descriptor.
 java.beans.MethodDescriptor divide_rutunegovmathematicDecimalMethodDescriptor()
          Gets the divide(ru.tunegov.mathematic.Decimal) method descriptor.
 java.beans.MethodDescriptor divide_rutunegovmathematicElementSetMethodDescriptor()
          Gets the divide(ru.tunegov.mathematic.ElementSet) method descriptor.
 java.beans.MethodDescriptor divide_rutunegovmathematicMatrixElementSetMethodDescriptor()
          Gets the divide(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
 java.beans.MethodDescriptor divideInverse_doubleMethodDescriptor()
          Gets the divideInverse(double) method descriptor.
 java.beans.MethodDescriptor divideInverse_rutunegovmathematicComplexMethodDescriptor()
          Gets the divideInverse(ru.tunegov.mathematic.Complex) method descriptor.
 java.beans.MethodDescriptor divideInverse_rutunegovmathematicDecimalMethodDescriptor()
          Gets the divideInverse(ru.tunegov.mathematic.Decimal) method descriptor.
 java.beans.MethodDescriptor divideInverse_rutunegovmathematicMatrixElementSetMethodDescriptor()
          Gets the divideInverse(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
 java.beans.MethodDescriptor equals_javalangObjectMethodDescriptor()
          Gets the equals(java.lang.Object) method descriptor.
 java.beans.MethodDescriptor expMethodDescriptor()
          Gets the exp() method descriptor.
static java.lang.reflect.Method findMethod(java.lang.Class aClass, java.lang.String methodName, int parameterCount)
          Find the method by comparing (name & parameter size) against the methods in the class.
static java.lang.Class getBeanClass()
          Gets the bean class.
static java.lang.String getBeanClassName()
          Gets the bean class name.
 java.beans.BeanDescriptor getBeanDescriptor()
           
 java.beans.MethodDescriptor getClassMethodDescriptor()
          Gets the getClass() method descriptor.
 java.beans.MethodDescriptor getColsMethodDescriptor()
          Gets the getCols() method descriptor.
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Return the event set descriptors for this bean.
 java.awt.Image getIcon(int iconKind)
           
 java.beans.MethodDescriptor getItem_int_intMethodDescriptor()
          Gets the getItem(int, int) method descriptor.
 java.beans.MethodDescriptor getItemsMethodDescriptor()
          Gets the getItems() method descriptor.
 java.beans.MethodDescriptor[] getMethodDescriptors()
          Return the method descriptors for this bean.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Return the property descriptors for this bean.
 java.beans.MethodDescriptor getRowsMethodDescriptor()
          Gets the getRows() method descriptor.
 java.beans.MethodDescriptor hashCodeMethodDescriptor()
          Gets the hashCode() method descriptor.
 java.beans.MethodDescriptor inverseMethodDescriptor()
          Gets the inverse() method descriptor.
 java.beans.PropertyDescriptor itemsPropertyDescriptor()
          Gets the items property descriptor.
 java.beans.MethodDescriptor logMethodDescriptor()
          Gets the log() method descriptor.
 java.beans.MethodDescriptor multiply_doubleMethodDescriptor()
          Gets the multiply(double) method descriptor.
 java.beans.MethodDescriptor multiply_rutunegovmathematicComplexMethodDescriptor()
          Gets the multiply(ru.tunegov.mathematic.Complex) method descriptor.
 java.beans.MethodDescriptor multiply_rutunegovmathematicDecimalMethodDescriptor()
          Gets the multiply(ru.tunegov.mathematic.Decimal) method descriptor.
 java.beans.MethodDescriptor multiply_rutunegovmathematicElementSetMethodDescriptor()
          Gets the multiply(ru.tunegov.mathematic.ElementSet) method descriptor.
 java.beans.MethodDescriptor multiply_rutunegovmathematicMatrixElementSetMethodDescriptor()
          Gets the multiply(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
 java.beans.MethodDescriptor negateMethodDescriptor()
          Gets the negate() method descriptor.
 java.beans.MethodDescriptor normMethodDescriptor()
          Gets the norm() method descriptor.
 java.beans.MethodDescriptor notifyAllMethodDescriptor()
          Gets the notifyAll() method descriptor.
 java.beans.MethodDescriptor notifyMethodDescriptor()
          Gets the notify() method descriptor.
 java.beans.MethodDescriptor pow_doubleMethodDescriptor()
          Gets the pow(double) method descriptor.
 java.beans.MethodDescriptor root_intMethodDescriptor()
          Gets the root(int) method descriptor.
 java.beans.PropertyDescriptor rowsPropertyDescriptor()
          Gets the rows property descriptor.
 java.beans.MethodDescriptor setItem_int_int_rutunegovmathematicElementSetMethodDescriptor()
          Gets the setItem(int, int, ru.tunegov.mathematic.ElementSet) method descriptor.
 java.beans.MethodDescriptor setItems_rutunegovmathematicElementSet____MethodDescriptor()
          Gets the setItems(ru.tunegov.mathematic.ElementSet[][]) method descriptor.
 java.beans.MethodDescriptor sinMethodDescriptor()
          Gets the sin() method descriptor.
 java.beans.MethodDescriptor sqrtMethodDescriptor()
          Gets the sqrt() method descriptor.
 java.beans.MethodDescriptor subtract_doubleMethodDescriptor()
          Gets the subtract(double) method descriptor.
 java.beans.MethodDescriptor subtract_rutunegovmathematicComplexMethodDescriptor()
          Gets the subtract(ru.tunegov.mathematic.Complex) method descriptor.
 java.beans.MethodDescriptor subtract_rutunegovmathematicDecimalMethodDescriptor()
          Gets the subtract(ru.tunegov.mathematic.Decimal) method descriptor.
 java.beans.MethodDescriptor subtract_rutunegovmathematicElementSetMethodDescriptor()
          Gets the subtract(ru.tunegov.mathematic.ElementSet) method descriptor.
 java.beans.MethodDescriptor subtract_rutunegovmathematicMatrixElementSetMethodDescriptor()
          Gets the subtract(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
 java.beans.MethodDescriptor subtractInverse_doubleMethodDescriptor()
          Gets the subtractInverse(double) method descriptor.
 java.beans.MethodDescriptor subtractInverse_rutunegovmathematicComplexMethodDescriptor()
          Gets the subtractInverse(ru.tunegov.mathematic.Complex) method descriptor.
 java.beans.MethodDescriptor subtractInverse_rutunegovmathematicDecimalMethodDescriptor()
          Gets the subtractInverse(ru.tunegov.mathematic.Decimal) method descriptor.
 java.beans.MethodDescriptor subtractInverse_rutunegovmathematicMatrixElementSetMethodDescriptor()
          Gets the subtractInverse(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
 java.beans.MethodDescriptor tanMethodDescriptor()
          Gets the tan() method descriptor.
 java.beans.MethodDescriptor toFormattedString_javatextDecimalFormatMethodDescriptor()
          Gets the toFormattedString(java.text.DecimalFormat) method descriptor.
 java.beans.MethodDescriptor toStringMethodDescriptor()
          Gets the toString() method descriptor.
 java.beans.MethodDescriptor transposeMethodDescriptor()
          Gets the transpose() method descriptor.
 java.beans.MethodDescriptor wait_long_intMethodDescriptor()
          Gets the wait(long, int) method descriptor.
 java.beans.MethodDescriptor wait_longMethodDescriptor()
          Gets the wait(long) method descriptor.
 java.beans.MethodDescriptor waitMethodDescriptor()
          Gets the wait() method descriptor.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, loadImage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatrixBeanInfo

public MatrixBeanInfo()
Method Detail

absMethodDescriptor

public java.beans.MethodDescriptor absMethodDescriptor()
Gets the abs() method descriptor.
Returns:
java.beans.MethodDescriptor

add_doubleMethodDescriptor

public java.beans.MethodDescriptor add_doubleMethodDescriptor()
Gets the add(double) method descriptor.
Returns:
java.beans.MethodDescriptor

add_rutunegovmathematicComplexMethodDescriptor

public java.beans.MethodDescriptor add_rutunegovmathematicComplexMethodDescriptor()
Gets the add(ru.tunegov.mathematic.Complex) method descriptor.
Returns:
java.beans.MethodDescriptor

add_rutunegovmathematicDecimalMethodDescriptor

public java.beans.MethodDescriptor add_rutunegovmathematicDecimalMethodDescriptor()
Gets the add(ru.tunegov.mathematic.Decimal) method descriptor.
Returns:
java.beans.MethodDescriptor

add_rutunegovmathematicElementSetMethodDescriptor

public java.beans.MethodDescriptor add_rutunegovmathematicElementSetMethodDescriptor()
Gets the add(ru.tunegov.mathematic.ElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

add_rutunegovmathematicMatrixElementSetMethodDescriptor

public java.beans.MethodDescriptor add_rutunegovmathematicMatrixElementSetMethodDescriptor()
Gets the add(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

classPropertyDescriptor

public java.beans.PropertyDescriptor classPropertyDescriptor()
Gets the class property descriptor.
Returns:
java.beans.PropertyDescriptor

cloneMethodDescriptor

public java.beans.MethodDescriptor cloneMethodDescriptor()
Gets the clone() method descriptor.
Returns:
java.beans.MethodDescriptor

colsPropertyDescriptor

public java.beans.PropertyDescriptor colsPropertyDescriptor()
Gets the cols property descriptor.
Returns:
java.beans.PropertyDescriptor

cosMethodDescriptor

public java.beans.MethodDescriptor cosMethodDescriptor()
Gets the cos() method descriptor.
Returns:
java.beans.MethodDescriptor

divide_doubleMethodDescriptor

public java.beans.MethodDescriptor divide_doubleMethodDescriptor()
Gets the divide(double) method descriptor.
Returns:
java.beans.MethodDescriptor

divide_rutunegovmathematicComplexMethodDescriptor

public java.beans.MethodDescriptor divide_rutunegovmathematicComplexMethodDescriptor()
Gets the divide(ru.tunegov.mathematic.Complex) method descriptor.
Returns:
java.beans.MethodDescriptor

divide_rutunegovmathematicDecimalMethodDescriptor

public java.beans.MethodDescriptor divide_rutunegovmathematicDecimalMethodDescriptor()
Gets the divide(ru.tunegov.mathematic.Decimal) method descriptor.
Returns:
java.beans.MethodDescriptor

divide_rutunegovmathematicElementSetMethodDescriptor

public java.beans.MethodDescriptor divide_rutunegovmathematicElementSetMethodDescriptor()
Gets the divide(ru.tunegov.mathematic.ElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

divide_rutunegovmathematicMatrixElementSetMethodDescriptor

public java.beans.MethodDescriptor divide_rutunegovmathematicMatrixElementSetMethodDescriptor()
Gets the divide(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

divideInverse_doubleMethodDescriptor

public java.beans.MethodDescriptor divideInverse_doubleMethodDescriptor()
Gets the divideInverse(double) method descriptor.
Returns:
java.beans.MethodDescriptor

divideInverse_rutunegovmathematicComplexMethodDescriptor

public java.beans.MethodDescriptor divideInverse_rutunegovmathematicComplexMethodDescriptor()
Gets the divideInverse(ru.tunegov.mathematic.Complex) method descriptor.
Returns:
java.beans.MethodDescriptor

divideInverse_rutunegovmathematicDecimalMethodDescriptor

public java.beans.MethodDescriptor divideInverse_rutunegovmathematicDecimalMethodDescriptor()
Gets the divideInverse(ru.tunegov.mathematic.Decimal) method descriptor.
Returns:
java.beans.MethodDescriptor

divideInverse_rutunegovmathematicMatrixElementSetMethodDescriptor

public java.beans.MethodDescriptor divideInverse_rutunegovmathematicMatrixElementSetMethodDescriptor()
Gets the divideInverse(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

equals_javalangObjectMethodDescriptor

public java.beans.MethodDescriptor equals_javalangObjectMethodDescriptor()
Gets the equals(java.lang.Object) method descriptor.
Returns:
java.beans.MethodDescriptor

expMethodDescriptor

public java.beans.MethodDescriptor expMethodDescriptor()
Gets the exp() method descriptor.
Returns:
java.beans.MethodDescriptor

findMethod

public static java.lang.reflect.Method findMethod(java.lang.Class aClass,
                                                  java.lang.String methodName,
                                                  int parameterCount)
Find the method by comparing (name & parameter size) against the methods in the class.
Parameters:
aClass - java.lang.Class
methodName - java.lang.String
parameterCount - int
Returns:
java.lang.reflect.Method

getBeanClass

public static java.lang.Class getBeanClass()
Gets the bean class.
Returns:
java.lang.Class

getBeanClassName

public static java.lang.String getBeanClassName()
Gets the bean class name.
Returns:
java.lang.String

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo

getClassMethodDescriptor

public java.beans.MethodDescriptor getClassMethodDescriptor()
Gets the getClass() method descriptor.
Returns:
java.beans.MethodDescriptor

getColsMethodDescriptor

public java.beans.MethodDescriptor getColsMethodDescriptor()
Gets the getCols() method descriptor.
Returns:
java.beans.MethodDescriptor

getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Return the event set descriptors for this bean.
Overrides:
getEventSetDescriptors in class java.beans.SimpleBeanInfo
Returns:
java.beans.EventSetDescriptor[]

getIcon

public java.awt.Image getIcon(int iconKind)
Overrides:
getIcon in class java.beans.SimpleBeanInfo

getItem_int_intMethodDescriptor

public java.beans.MethodDescriptor getItem_int_intMethodDescriptor()
Gets the getItem(int, int) method descriptor.
Returns:
java.beans.MethodDescriptor

getItemsMethodDescriptor

public java.beans.MethodDescriptor getItemsMethodDescriptor()
Gets the getItems() method descriptor.
Returns:
java.beans.MethodDescriptor

getMethodDescriptors

public java.beans.MethodDescriptor[] getMethodDescriptors()
Return the method descriptors for this bean.
Overrides:
getMethodDescriptors in class java.beans.SimpleBeanInfo
Returns:
java.beans.MethodDescriptor[]

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Return the property descriptors for this bean.
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo
Returns:
java.beans.PropertyDescriptor[]

getRowsMethodDescriptor

public java.beans.MethodDescriptor getRowsMethodDescriptor()
Gets the getRows() method descriptor.
Returns:
java.beans.MethodDescriptor

hashCodeMethodDescriptor

public java.beans.MethodDescriptor hashCodeMethodDescriptor()
Gets the hashCode() method descriptor.
Returns:
java.beans.MethodDescriptor

inverseMethodDescriptor

public java.beans.MethodDescriptor inverseMethodDescriptor()
Gets the inverse() method descriptor.
Returns:
java.beans.MethodDescriptor

itemsPropertyDescriptor

public java.beans.PropertyDescriptor itemsPropertyDescriptor()
Gets the items property descriptor.
Returns:
java.beans.PropertyDescriptor

logMethodDescriptor

public java.beans.MethodDescriptor logMethodDescriptor()
Gets the log() method descriptor.
Returns:
java.beans.MethodDescriptor

multiply_doubleMethodDescriptor

public java.beans.MethodDescriptor multiply_doubleMethodDescriptor()
Gets the multiply(double) method descriptor.
Returns:
java.beans.MethodDescriptor

multiply_rutunegovmathematicComplexMethodDescriptor

public java.beans.MethodDescriptor multiply_rutunegovmathematicComplexMethodDescriptor()
Gets the multiply(ru.tunegov.mathematic.Complex) method descriptor.
Returns:
java.beans.MethodDescriptor

multiply_rutunegovmathematicDecimalMethodDescriptor

public java.beans.MethodDescriptor multiply_rutunegovmathematicDecimalMethodDescriptor()
Gets the multiply(ru.tunegov.mathematic.Decimal) method descriptor.
Returns:
java.beans.MethodDescriptor

multiply_rutunegovmathematicElementSetMethodDescriptor

public java.beans.MethodDescriptor multiply_rutunegovmathematicElementSetMethodDescriptor()
Gets the multiply(ru.tunegov.mathematic.ElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

multiply_rutunegovmathematicMatrixElementSetMethodDescriptor

public java.beans.MethodDescriptor multiply_rutunegovmathematicMatrixElementSetMethodDescriptor()
Gets the multiply(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

negateMethodDescriptor

public java.beans.MethodDescriptor negateMethodDescriptor()
Gets the negate() method descriptor.
Returns:
java.beans.MethodDescriptor

normMethodDescriptor

public java.beans.MethodDescriptor normMethodDescriptor()
Gets the norm() method descriptor.
Returns:
java.beans.MethodDescriptor

notifyAllMethodDescriptor

public java.beans.MethodDescriptor notifyAllMethodDescriptor()
Gets the notifyAll() method descriptor.
Returns:
java.beans.MethodDescriptor

notifyMethodDescriptor

public java.beans.MethodDescriptor notifyMethodDescriptor()
Gets the notify() method descriptor.
Returns:
java.beans.MethodDescriptor

pow_doubleMethodDescriptor

public java.beans.MethodDescriptor pow_doubleMethodDescriptor()
Gets the pow(double) method descriptor.
Returns:
java.beans.MethodDescriptor

root_intMethodDescriptor

public java.beans.MethodDescriptor root_intMethodDescriptor()
Gets the root(int) method descriptor.
Returns:
java.beans.MethodDescriptor

rowsPropertyDescriptor

public java.beans.PropertyDescriptor rowsPropertyDescriptor()
Gets the rows property descriptor.
Returns:
java.beans.PropertyDescriptor

setItem_int_int_rutunegovmathematicElementSetMethodDescriptor

public java.beans.MethodDescriptor setItem_int_int_rutunegovmathematicElementSetMethodDescriptor()
Gets the setItem(int, int, ru.tunegov.mathematic.ElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

setItems_rutunegovmathematicElementSet____MethodDescriptor

public java.beans.MethodDescriptor setItems_rutunegovmathematicElementSet____MethodDescriptor()
Gets the setItems(ru.tunegov.mathematic.ElementSet[][]) method descriptor.
Returns:
java.beans.MethodDescriptor

sinMethodDescriptor

public java.beans.MethodDescriptor sinMethodDescriptor()
Gets the sin() method descriptor.
Returns:
java.beans.MethodDescriptor

sqrtMethodDescriptor

public java.beans.MethodDescriptor sqrtMethodDescriptor()
Gets the sqrt() method descriptor.
Returns:
java.beans.MethodDescriptor

subtract_doubleMethodDescriptor

public java.beans.MethodDescriptor subtract_doubleMethodDescriptor()
Gets the subtract(double) method descriptor.
Returns:
java.beans.MethodDescriptor

subtract_rutunegovmathematicComplexMethodDescriptor

public java.beans.MethodDescriptor subtract_rutunegovmathematicComplexMethodDescriptor()
Gets the subtract(ru.tunegov.mathematic.Complex) method descriptor.
Returns:
java.beans.MethodDescriptor

subtract_rutunegovmathematicDecimalMethodDescriptor

public java.beans.MethodDescriptor subtract_rutunegovmathematicDecimalMethodDescriptor()
Gets the subtract(ru.tunegov.mathematic.Decimal) method descriptor.
Returns:
java.beans.MethodDescriptor

subtract_rutunegovmathematicElementSetMethodDescriptor

public java.beans.MethodDescriptor subtract_rutunegovmathematicElementSetMethodDescriptor()
Gets the subtract(ru.tunegov.mathematic.ElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

subtract_rutunegovmathematicMatrixElementSetMethodDescriptor

public java.beans.MethodDescriptor subtract_rutunegovmathematicMatrixElementSetMethodDescriptor()
Gets the subtract(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

subtractInverse_doubleMethodDescriptor

public java.beans.MethodDescriptor subtractInverse_doubleMethodDescriptor()
Gets the subtractInverse(double) method descriptor.
Returns:
java.beans.MethodDescriptor

subtractInverse_rutunegovmathematicComplexMethodDescriptor

public java.beans.MethodDescriptor subtractInverse_rutunegovmathematicComplexMethodDescriptor()
Gets the subtractInverse(ru.tunegov.mathematic.Complex) method descriptor.
Returns:
java.beans.MethodDescriptor

subtractInverse_rutunegovmathematicDecimalMethodDescriptor

public java.beans.MethodDescriptor subtractInverse_rutunegovmathematicDecimalMethodDescriptor()
Gets the subtractInverse(ru.tunegov.mathematic.Decimal) method descriptor.
Returns:
java.beans.MethodDescriptor

subtractInverse_rutunegovmathematicMatrixElementSetMethodDescriptor

public java.beans.MethodDescriptor subtractInverse_rutunegovmathematicMatrixElementSetMethodDescriptor()
Gets the subtractInverse(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

tanMethodDescriptor

public java.beans.MethodDescriptor tanMethodDescriptor()
Gets the tan() method descriptor.
Returns:
java.beans.MethodDescriptor

toFormattedString_javatextDecimalFormatMethodDescriptor

public java.beans.MethodDescriptor toFormattedString_javatextDecimalFormatMethodDescriptor()
Gets the toFormattedString(java.text.DecimalFormat) method descriptor.
Returns:
java.beans.MethodDescriptor

toStringMethodDescriptor

public java.beans.MethodDescriptor toStringMethodDescriptor()
Gets the toString() method descriptor.
Returns:
java.beans.MethodDescriptor

transposeMethodDescriptor

public java.beans.MethodDescriptor transposeMethodDescriptor()
Gets the transpose() method descriptor.
Returns:
java.beans.MethodDescriptor

wait_long_intMethodDescriptor

public java.beans.MethodDescriptor wait_long_intMethodDescriptor()
Gets the wait(long, int) method descriptor.
Returns:
java.beans.MethodDescriptor

wait_longMethodDescriptor

public java.beans.MethodDescriptor wait_longMethodDescriptor()
Gets the wait(long) method descriptor.
Returns:
java.beans.MethodDescriptor

waitMethodDescriptor

public java.beans.MethodDescriptor waitMethodDescriptor()
Gets the wait() method descriptor.
Returns:
java.beans.MethodDescriptor