public abstract class Context extends Object
Constructor and Description |
---|
Context() |
Modifier and Type | Method and Description |
---|---|
abstract String |
context_name() |
abstract Context |
create_child(String child_context_name) |
abstract void |
delete_values(String prop_name) |
abstract NVList |
get_values(String start_scope,
int op_flags,
String pattern) |
abstract Context |
parent() |
abstract void |
set_one_value(String prop_name,
Any value) |
abstract void |
set_values(NVList values) |
Copyright © 2013. All Rights Reserved.