|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectraccoon.core.bean.utils.Property
public class Property
Contains various convenience methods related to java bean properties.
| Constructor Summary | |
|---|---|
protected |
Property()
Avoid instanciation of this utility class. |
| Method Summary | |
|---|---|
static boolean |
isCollectionProperty(java.lang.Class pObject)
Checks if the given class represents a collection of some sort. |
static java.lang.String |
toLowerProperty(java.lang.String pPropertyName)
Converts the first character to a lower case. |
static java.lang.String |
toUpperProperty(java.lang.String pPropertyName)
Converts the first character to an upper case. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Property()
| Method Detail |
|---|
public static java.lang.String toUpperProperty(java.lang.String pPropertyName)
pPropertyName - the string to change.
public static java.lang.String toLowerProperty(java.lang.String pPropertyName)
pPropertyName - the string to change.
public static boolean isCollectionProperty(java.lang.Class pObject)
pObject - the class instance to check if it is a collection instance
true if the given class represents in some way a collection of objects.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||