public interface AppContextElement
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getName() | Gets the name of the  AppContextElement. | 
| java.lang.Object | getValue() | Gets the value of the  AppContextElement. | 
java.lang.String getName()
AppContextElement.AppContextElement, represented as a String.java.lang.Object getValue()
AppContextElement.Object that contains the value of the AppContextElement.