public abstract class SchemaElement extends Element
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
checkExist |
protected long |
id |
protected String |
name |
protected Set<String> |
properties |
protected String |
status |
protected Map<String,Object> |
userdata |
| Constructor and Description |
|---|
SchemaElement(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkExist() |
void |
checkExist(boolean checkExist) |
Long |
id() |
String |
name() |
Set<String> |
properties() |
void |
resetId() |
String |
status() |
Map<String,Object> |
userdata() |
protected long id
protected String name
protected boolean checkExist
protected String status
public SchemaElement(String name)
Copyright © 2023 The Apache Software Foundation. All rights reserved.