Class EditorEntityTypeIdentifier
- java.lang.Object
-
- org.molgenis.metadata.manager.model.EditorEntityTypeIdentifier
-
public abstract class EditorEntityTypeIdentifier extends Object
-
-
Constructor Summary
Constructors Constructor Description EditorEntityTypeIdentifier()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static EditorEntityTypeIdentifiercreate(String id, String label)abstract StringgetId()abstract StringgetLabel()
-
-
-
Method Detail
-
getId
public abstract String getId()
-
getLabel
@Nullable @CheckForNull public abstract String getLabel()
-
create
public static EditorEntityTypeIdentifier create(String id, @Nullable @CheckForNull String label)
-
-