|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.hk2.config.ConfigModel.Property
org.jvnet.hk2.config.ConfigModel.Node
public abstract static class ConfigModel.Node
| Field Summary |
|---|
| Fields inherited from class org.jvnet.hk2.config.ConfigModel.Property |
|---|
annotations, xmlName |
| Constructor Summary | |
|---|---|
ConfigModel.Node(ConfigModel model,
java.lang.String xmlName)
|
|
| Method Summary | |
|---|---|
ConfigModel |
getModel()
Returns the config model for this Node |
boolean |
isLeaf()
|
protected Dom |
toDom(java.lang.Object arg)
Coerce the given type to Dom. |
| Methods inherited from class org.jvnet.hk2.config.ConfigModel.Property |
|---|
get, getAnnotations, isCollection, set, xmlName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigModel.Node(ConfigModel model,
java.lang.String xmlName)
| Method Detail |
|---|
public boolean isLeaf()
isLeaf in class ConfigModel.Propertypublic ConfigModel getModel()
protected final Dom toDom(java.lang.Object arg)
Dom.
Only handles those types that are valid to the ConfigModel.Property.set(Dom, Object) method.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||