public abstract class EditorAttributeIdentifier extends Object
| Constructor and Description |
|---|
EditorAttributeIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
static EditorAttributeIdentifier |
create(String id,
String label) |
static EditorAttributeIdentifier |
create(String id,
String label,
EditorEntityTypeIdentifier entity) |
abstract EditorEntityTypeIdentifier |
getEntity() |
abstract String |
getId() |
abstract String |
getLabel() |
public abstract String getId()
@Nullable public abstract EditorEntityTypeIdentifier getEntity()
public static EditorAttributeIdentifier create(String id, @Nullable String label)
public static EditorAttributeIdentifier create(String id, @Nullable String label, @Nullable EditorEntityTypeIdentifier entity)
Copyright © 2017. All rights reserved.