| Package | Description |
|---|---|
| org.bimserver.database.migrations |
| Modifier and Type | Method and Description |
|---|---|
static Schema.Multiplicity |
Schema.Multiplicity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schema.Multiplicity[] |
Schema.Multiplicity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EAttribute |
Schema.createEAttribute(org.eclipse.emf.ecore.EClass eClass,
String name,
org.eclipse.emf.ecore.EDataType eDataType,
Schema.Multiplicity multiplicity) |
org.eclipse.emf.ecore.EReference |
Schema.createEReference(org.eclipse.emf.ecore.EClass eClass,
String name,
org.eclipse.emf.ecore.EClass type,
Schema.Multiplicity multiplicity) |
Copyright © 2019 OpenSource BIM. All rights reserved.