ubiware.core
Interface Binding
public interface Binding
A binding is a collection of values which are bound to certain variables. Classes implementing this interface implement the get method
which returns the value associated with the variable name
23.6.2010
- Author:
- Michael Cochez for UBIWARE project
|
Method Summary |
java.lang.String |
get(java.lang.String variablename)
get the value bound to this variable name |
ubiware.util.saplbuilder.Resource |
getResource(java.lang.String variableName)
|
java.util.Set<java.lang.String> |
getVariables()
|
get
java.lang.String get(java.lang.String variablename)
- get the value bound to this variable name
- Parameters:
variablename - the variable name for which the value is requested
- Returns:
- the value
getResource
ubiware.util.saplbuilder.Resource getResource(java.lang.String variableName)
throws ubiware.util.saplbuilder.InvalidResourceException
- Throws:
ubiware.util.saplbuilder.InvalidResourceException
getVariables
java.util.Set<java.lang.String> getVariables()