public abstract static class ConfigModel.Node extends ConfigModel.Property
annotations, xmlName| Constructor and Description |
|---|
ConfigModel.Node(ConfigModel model,
String xmlName) |
| Modifier and Type | Method and Description |
|---|---|
ConfigModel |
getModel()
Returns the config model for this Node
|
boolean |
isLeaf() |
protected Dom |
toDom(Object arg)
Coerce the given type to
Dom. |
get, getAnnotations, isCollection, set, xmlNamepublic ConfigModel.Node(ConfigModel model, String xmlName)
public boolean isLeaf()
isLeaf in class ConfigModel.Propertypublic ConfigModel getModel()
protected final Dom toDom(Object arg)
Dom.
Only handles those types that are valid to the ConfigModel.Property.set(Dom, Object) method.Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.