public abstract class BaseModelElement extends Object
| Constructor and Description |
|---|
BaseModelElement() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> List<T> |
getList(String key,
Class<T> clazz) |
protected <T> List<T> |
getListFromSeq(String key,
Class<T> clazz) |
protected abstract Node |
getNode() |
protected <T> T |
getObject(String key,
Class<T> clazz) |
protected List<String> |
getStringList(String key) |
protected StringType |
getStringTypeValue(String key) |
protected String |
getStringValue(String key) |
protected abstract Node getNode()
protected StringType getStringTypeValue(String key)
Copyright © 2016. All rights reserved.