public interface NodeTypeId
| Modifier and Type | Interface and Description |
|---|---|
static class |
NodeTypeId.ExtendsId |
static class |
NodeTypeId.SimpleId |
| Modifier and Type | Method and Description |
|---|---|
static NodeTypeId.ExtendsId |
extended(java.lang.String type) |
static NodeTypeId.SimpleId |
simple(java.lang.String type) |
static NodeTypeId.SimpleId simple(java.lang.String type)
static NodeTypeId.ExtendsId extended(java.lang.String type)