| Package | Description |
|---|---|
| org.molgenis.metadata.manager.model |
| Modifier and Type | Method and Description |
|---|---|
static EditorEntityTypeParent |
EditorEntityTypeParent.create(String id,
String label,
List<EditorAttributeIdentifier> attributes,
EditorEntityTypeParent parent) |
abstract EditorEntityTypeParent |
EditorEntityType.getEntityTypeParent() |
abstract EditorEntityTypeParent |
EditorEntityTypeParent.getParent() |
| Modifier and Type | Method and Description |
|---|---|
static EditorEntityTypeParent |
EditorEntityTypeParent.create(String id,
String label,
List<EditorAttributeIdentifier> attributes,
EditorEntityTypeParent parent) |
static EditorEntityType |
EditorEntityType.create(String id,
String label,
Map<String,String> i18nLabel,
String description,
Map<String,String> i18nDescription,
boolean abstract_,
String backend,
EditorPackageIdentifier package_,
EditorEntityTypeParent entityTypeParent,
List<EditorAttribute> attributes,
List<EditorAttributeIdentifier> referringAttributes,
List<EditorTagIdentifier> tags,
EditorAttributeIdentifier idAttribute,
EditorAttributeIdentifier labelAttribute,
List<EditorAttributeIdentifier> lookupAttributes) |
Copyright © 2017. All rights reserved.