Package | Description |
---|---|
com.orientechnologies.teleporter.model.graphmodel |
Modifier and Type | Field and Description |
---|---|
protected Set<OModelProperty> |
OElementType.allProperties |
protected List<OModelProperty> |
OElementType.inheritedProperties |
protected List<OModelProperty> |
OElementType.properties |
Modifier and Type | Method and Description |
---|---|
OModelProperty |
OElementType.getInheritedPropertyByName(String name) |
OModelProperty |
OElementType.getPropertyByName(String name) |
OModelProperty |
OElementType.getPropertyByNameAmongAll(String name) |
OModelProperty |
OElementType.getPropertyByOrdinalPosition(int position) |
Modifier and Type | Method and Description |
---|---|
Set<OModelProperty> |
OElementType.getAllProperties() |
List<OModelProperty> |
OElementType.getInheritedProperties() |
List<OModelProperty> |
OElementType.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
OElementType.setInheritedProperties(List<OModelProperty> inheritedProperties) |
void |
OElementType.setProperties(List<OModelProperty> properties) |
Copyright © 2015–2024 OrientDB. All rights reserved.