public abstract class AbstractLayer<T extends AbstractLayer<T>> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
format |
protected String |
publicId |
protected String |
resourceType |
protected String |
type |
| Constructor and Description |
|---|
AbstractLayer() |
| Modifier and Type | Method and Description |
|---|---|
T |
format(String format) |
protected String |
formattedPublicId() |
T |
publicId(String publicId) |
T |
resourceType(String resourceType) |
String |
toString() |
T |
type(String type) |
Copyright © 2016. All Rights Reserved.