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.
- 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.