public abstract class EditorEntityTypeParent extends Object
| Constructor and Description |
|---|
EditorEntityTypeParent() |
| Modifier and Type | Method and Description |
|---|---|
static EditorEntityTypeParent |
create(String id,
String label,
List<EditorAttributeIdentifier> attributes,
EditorEntityTypeParent parent) |
abstract List<EditorAttributeIdentifier> |
getAttributes() |
abstract String |
getId() |
abstract String |
getLabel() |
abstract EditorEntityTypeParent |
getParent() |
public abstract String getId()
public abstract List<EditorAttributeIdentifier> getAttributes()
@Nullable public abstract EditorEntityTypeParent getParent()
public static EditorEntityTypeParent create(String id, @Nullable String label, List<EditorAttributeIdentifier> attributes, @Nullable EditorEntityTypeParent parent)
Copyright © 2017. All rights reserved.