org.jpu.patterns.common
Class JPUBeanUtils.MethodDescriptor

java.lang.Object
  extended byorg.jpu.patterns.common.JPUBeanUtils.MethodDescriptor
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
JPUBeanUtils

public static class JPUBeanUtils.MethodDescriptor
extends java.lang.Object
implements java.lang.Cloneable


Field Summary
 java.lang.String attributeName
           
static int GETTER
           
 boolean isBooleanGetter
           
static int OTHER
           
static int SETTER
           
 int type
           
 
Constructor Summary
JPUBeanUtils.MethodDescriptor()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GETTER

public static final int GETTER
See Also:
Constant Field Values

SETTER

public static final int SETTER
See Also:
Constant Field Values

OTHER

public static final int OTHER
See Also:
Constant Field Values

attributeName

public java.lang.String attributeName

type

public int type

isBooleanGetter

public boolean isBooleanGetter
Constructor Detail

JPUBeanUtils.MethodDescriptor

public JPUBeanUtils.MethodDescriptor()
Method Detail

clone

public java.lang.Object clone()


Copyright (c) 2001-2003 - Apache Software Foundation