public class OVertexType extends OElementType
allProperties, inheritanceLevel, inheritedProperties, name, parentType, properties
Constructor and Description |
---|
OVertexType(String vertexType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
OEdgeType |
getEdgeByName(String edgeName) |
OEdgeType |
getEdgeByName(String name,
com.orientechnologies.orient.core.record.ODirection direction) |
Set<String> |
getExternalKey() |
List<OEdgeType> |
getInEdgesType() |
List<OEdgeType> |
getOutEdgesType() |
int |
hashCode() |
boolean |
isAnalyzedInLastMigration() |
boolean |
isFromJoinTable() |
void |
setAnalyzedInLastMigration(boolean analyzedInLastMigration) |
void |
setExternalKey(Set<String> externalKey) |
void |
setFromJoinTable(boolean fromJoinTable) |
void |
setInEdgesType(List<OEdgeType> inEdgesType) |
void |
setIsFromJoinTable(boolean isFromJoinTable) |
void |
setOutEdgesType(List<OEdgeType> outEdgesType) |
String |
toString() |
compareTo, getAllProperties, getInheritanceLevel, getInheritedProperties, getInheritedPropertyByName, getName, getParentType, getProperties, getPropertyByName, getPropertyByNameAmongAll, getPropertyByOrdinalPosition, removePropertyByName, setInheritanceLevel, setInheritedProperties, setName, setParentType, setProperties
public OVertexType(String vertexType)
public void setFromJoinTable(boolean fromJoinTable)
public boolean isAnalyzedInLastMigration()
public void setAnalyzedInLastMigration(boolean analyzedInLastMigration)
public OEdgeType getEdgeByName(String name, com.orientechnologies.orient.core.record.ODirection direction)
public boolean isFromJoinTable()
public void setIsFromJoinTable(boolean isFromJoinTable)
Copyright © 2015–2020 OrientDB. All rights reserved.