Make attributes visible.
void makeVisible(List<String> attributes) { _runtimeVisible.addAll(attributes); _runtimeHidden.removeAll(attributes); }