Package org.csstudio.opibuilder.util
Interface IMacroTableProvider
- All Known Implementing Classes:
MacroTable
public interface IMacroTableProvider
Provides value for a macro.
-
Method Summary
-
Method Details
-
getMacroValue
Get value of a macro.- Parameters:
macroName
- the name of the macro- Returns:
- the value of the macro, null if no such macro exists.
-