node.get(REQUEST_PROPERTIES, NAME, NILLABLE).set(false);
node.get(REQUEST_PROPERTIES, VALUE, TYPE).set(ModelType.STRING);
node.get(REQUEST_PROPERTIES, VALUE, DESCRIPTION).set(bundle.getString("global.write-attribute.value"));
node.get(REQUEST_PROPERTIES, VALUE, NILLABLE).set(true);
node.get(REQUEST_PROPERTIES, VALUE, REQUIRED).set(false);
node.protect();
return node;
}
public static ModelNode getReadChildrenNamesOperationDescription(Locale locale) {