org.asyrinx.brownie.core.lang
クラス PropertyUtils

java.lang.Object
  拡張org.apache.commons.beanutils.PropertyUtils
      拡張org.asyrinx.brownie.core.lang.PropertyUtils

public class PropertyUtils
extends org.apache.commons.beanutils.PropertyUtils

作成者:
akima

フィールドの概要
 
クラス org.apache.commons.beanutils.PropertyUtils から継承したフィールド
INDEXED_DELIM, INDEXED_DELIM2, MAPPED_DELIM, MAPPED_DELIM2, NESTED_DELIM
 
コンストラクタの概要
PropertyUtils()
           
 
メソッドの概要
static boolean getPropertyAsBoolean(java.lang.Object object, java.lang.String propName)
           
static boolean getPropertyAsBoolean(java.lang.Object object, java.lang.String propName, boolean defaultValue)
           
static int getPropertyAsInt(java.lang.Object object, java.lang.String propName)
           
static int getPropertyAsInt(java.lang.Object object, java.lang.String propName, int defaultValue)
           
static long getPropertyAsLong(java.lang.Object object, java.lang.String propName)
           
static long getPropertyAsLong(java.lang.Object object, java.lang.String propName, long defaultValue)
           
static java.lang.String getPropertyAsString(java.lang.Object object, java.lang.String propName)
           
static java.lang.String getPropertyAsString(java.lang.Object object, java.lang.String propName, java.lang.String defaultValue)
           
 
クラス org.apache.commons.beanutils.PropertyUtils から継承したメソッド
clearDescriptors, copyProperties, describe, getDebug, getIndexedProperty, getIndexedProperty, getMappedProperty, getMappedProperty, getMappedPropertyDescriptors, getMappedPropertyDescriptors, getNestedProperty, getProperty, getPropertyDescriptor, getPropertyDescriptors, getPropertyDescriptors, getPropertyEditorClass, getPropertyType, getReadMethod, getSimpleProperty, getWriteMethod, isReadable, isWriteable, setDebug, setIndexedProperty, setIndexedProperty, setMappedProperty, setMappedProperty, setNestedProperty, setProperty, setSimpleProperty
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PropertyUtils

public PropertyUtils()
メソッドの詳細

getPropertyAsString

public static java.lang.String getPropertyAsString(java.lang.Object object,
                                                   java.lang.String propName)

getPropertyAsString

public static java.lang.String getPropertyAsString(java.lang.Object object,
                                                   java.lang.String propName,
                                                   java.lang.String defaultValue)

getPropertyAsInt

public static int getPropertyAsInt(java.lang.Object object,
                                   java.lang.String propName)

getPropertyAsInt

public static int getPropertyAsInt(java.lang.Object object,
                                   java.lang.String propName,
                                   int defaultValue)

getPropertyAsLong

public static long getPropertyAsLong(java.lang.Object object,
                                     java.lang.String propName)

getPropertyAsLong

public static long getPropertyAsLong(java.lang.Object object,
                                     java.lang.String propName,
                                     long defaultValue)

getPropertyAsBoolean

public static boolean getPropertyAsBoolean(java.lang.Object object,
                                           java.lang.String propName)

getPropertyAsBoolean

public static boolean getPropertyAsBoolean(java.lang.Object object,
                                           java.lang.String propName,
                                           boolean defaultValue)


Copyright © 2004 asyrinx organization. All Rights Reserved.