Uses of Class
org.molgenis.metadata.manager.model.EditorEntityTypeIdentifier
-
Packages that use EditorEntityTypeIdentifier Package Description org.molgenis.metadata.manager.model -
-
Uses of EditorEntityTypeIdentifier in org.molgenis.metadata.manager.model
Methods in org.molgenis.metadata.manager.model that return EditorEntityTypeIdentifier Modifier and Type Method Description static EditorEntityTypeIdentifierEditorEntityTypeIdentifier. create(String id, String label)abstract EditorEntityTypeIdentifierEditorAttributeIdentifier. getEntity()abstract EditorEntityTypeIdentifierEditorAttribute. getRefEntityType()Methods in org.molgenis.metadata.manager.model with parameters of type EditorEntityTypeIdentifier Modifier and Type Method Description static EditorAttributeEditorAttribute. create(String id, String name, String type, EditorAttributeIdentifier parent, EditorEntityTypeIdentifier refEntityType, boolean cascadeDelete, 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 nullableExpression, String visibleExpression, String validationExpression, String defaultValue, Integer sequenceNumber)static EditorAttributeIdentifierEditorAttributeIdentifier. create(String id, String label, EditorEntityTypeIdentifier entity)
-