| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.extension.rules.functions.util.ElementAttributeUtils
public final class ElementAttributeUtils
Utility methods to aid in the creation of RuleFunctions that check for the presence of ElementAttributes on IDE Element objects
| Field Summary | |
|---|---|
| static java.lang.String | ELEMENT_ATTRIBUTE_PARAM_NAME | 
| Constructor Summary | |
|---|---|
| ElementAttributeUtils() | |
| Method Summary | |
|---|---|
| static int | getElementAttribute(java.lang.String attributeName)If the attributeName string corresponds to the name of a constant field in ElementAttributes, returns the int value of that constant. | 
| static boolean | isAttributeSet(Element[] elements,
               java.lang.String attributeName,
               boolean mustBeSetOnAll)Returns true if that attributeName corresponds to the name of a constant in ElementAttributes, and if that attribute is set on the expected number of Elements in the given array. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String ELEMENT_ATTRIBUTE_PARAM_NAME
| Constructor Detail | 
|---|
public ElementAttributeUtils()
| Method Detail | 
|---|
public static final boolean isAttributeSet(Element[] elements,
                                           java.lang.String attributeName,
                                           boolean mustBeSetOnAll)
elements - attributeName - 
public static final int getElementAttribute(java.lang.String attributeName)
attributeName - 
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||