gnu.jel
Interface DVResolver


public interface DVResolver

Provides the information about defined dynamic variables.

See the section of the manual on dynamic variables.


Method Summary
 java.lang.String getTypeName(java.lang.String name)
          This method returns the name of the type of the named property.
 

Method Detail

getTypeName

public java.lang.String getTypeName(java.lang.String name)
This method returns the name of the type of the named property.

The dot ('.') symbol can be present in the property name to denote hierarchical naming scheme.

If hierarchical naming scheme is used and the variable x.y is defined the variable x must also be defined.

Parameters:
name - is the name of the property.
Returns:
the XXX in the name of the corresponding getXXXProperty() method of dynamic library, null if the variable with the given name is not defined.