protected class ReadMethodsForSchema.RawSchema extends Object
| Constructor and Description |
|---|
RawSchema(String name,
int id,
int parent)
Construct a raw schema.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getId()
Return the id.
|
protected String |
getName()
Return the name.
|
protected int |
getParent()
Return the parent.
|
public RawSchema(String name, int id, int parent)
name - a stringid - a positive numberparent - a non-negative numberprotected String getName()
protected int getId()
protected int getParent()
Copyright © 2017. All rights reserved.