| Package | Description |
|---|---|
| org.molgenis.metadata.manager.model |
| Modifier and Type | Method and Description |
|---|---|
static EditorEntityTypeIdentifier |
EditorEntityTypeIdentifier.create(String id,
String label) |
abstract EditorEntityTypeIdentifier |
EditorAttributeIdentifier.getEntity() |
abstract EditorEntityTypeIdentifier |
EditorAttribute.getRefEntityType() |
| Modifier and Type | Method and Description |
|---|---|
static EditorAttributeIdentifier |
EditorAttributeIdentifier.create(String id,
String label,
EditorEntityTypeIdentifier entity) |
static EditorAttribute |
EditorAttribute.create(String id,
String name,
String type,
EditorAttributeIdentifier parent,
EditorEntityTypeIdentifier refEntityType,
EditorAttributeIdentifier mappedByAttribute,
EditorSort orderBy,
String expression,
boolean nullable,
boolean auto,
boolean visible,
String label,
Map<String,String> i18nLabel,
String description,
Map<String,String> i18nDescription,
boolean aggregatable,
List<String> enumOptions,
Long rangeMin,
Long rangeMax,
boolean readonly,
boolean unique,
List<EditorTagIdentifier> tags,
String visibleExpression,
String validationExpression,
String defaultValue,
Integer sequenceNumber) |
Copyright © 2017. All rights reserved.