NzaeEnvironment Interface reference

This is the Java AE Environment API interface.

A reference to this interface can be obtained from the shaper, aggregate or function objects

Public member functions

String getFirstKey()
Gets the first key.
String getNextKey()
Gets the next key.
String getValue(String name)
Gets the value for the key.
boolean hasKey(String name)
Determines whether the key exists in the environment.
int size()
Gets the size.

Public member functions documentation

String getFirstKey()
Gets the first key.
Returns
The key or NULL if none.
String getNextKey()
Gets the next key.
Returns
The key or NULL if none.
String getValue(String name)
Gets the value for the key.
Parameters
  • name

    The environment name.

Returns

The value.

boolean hasKey(String name)
Determines whether the key exists in the environment.
Parameters
  • name

    The environment name.

Returns

TRUE if defined.

int size()
Gets the size.
Returns
The size.