public class AttributeHelper extends Object
| Constructor and Description |
|---|
AttributeHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearRegistry()
This method removes all registered values.
|
static String |
getAttributeName(Field field)
This method returns the attribute name given a field name.
|
static void |
registerFieldPrefix(String prefix)
If your fields are prefixed with some pre-defined string register them here.
|
static void |
unregisterFieldPrefix(String prefix)
If a prefix is no longer needed unregister it here.
|
public static void registerFieldPrefix(String prefix)
prefix - The prefix to register.public static void unregisterFieldPrefix(String prefix)
prefix - The prefix to un-register.public static void clearRegistry()
Copyright © 2010-2016. All Rights Reserved.