public class AttributesUtil extends Object
| Constructor and Description |
|---|
AttributesUtil() |
| Modifier and Type | Method and Description |
|---|---|
static AttributeName |
find(String attributeName,
AttributeName[] names)
Find the Attribute Name object who matches the attribute name String
|
static String |
stripPrefix(String attributeName,
String dialectPrefix)
strip the Dialect Prefix from the attribute name
|
public static String stripPrefix(String attributeName, String dialectPrefix)
attributeName - attribute namedialectPrefix - dialect prefixpublic static AttributeName find(String attributeName, AttributeName[] names)
attributeName - attribute namenames - attribute name objectsCopyright © 2013-2015 Dandelion Project. All Rights Reserved.