public class QualifiedDataType<T> extends Object
| Constructor and Description |
|---|
QualifiedDataType(String path,
DataType<T> type) |
QualifiedDataType(String path,
DataType<T> type,
boolean isRoot) |
| Modifier and Type | Method and Description |
|---|---|
<C> QualifiedDataType<C> |
createChild(DataType<C> childType) |
String |
getPath() |
DataType<T> |
getType() |
boolean |
isRoot() |
void |
setPath(String path) |
void |
setRoot(boolean isRoot) |
void |
setType(DataType<T> type) |
public String getPath()
public void setPath(String path)
public boolean isRoot()
public void setRoot(boolean isRoot)
public <C> QualifiedDataType<C> createChild(DataType<C> childType)
Copyright © 2016–2019 Softelnet. All rights reserved.