Class OIndexConfigProperty
java.lang.Object
com.orientechnologies.orient.core.metadata.schema.OIndexConfigProperty
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final OCollateprotected final OPropertyMapIndexDefinition.INDEX_BYprotected final OTypeprotected final Stringprotected final OType -
Constructor Summary
ConstructorsConstructorDescriptionOIndexConfigProperty(String name, OType type, OType linkedType, OCollate collate, OPropertyMapIndexDefinition.INDEX_BY index_by) -
Method Summary
-
Field Details
-
name
-
type
-
linkedType
-
collate
-
index_by
-
-
Constructor Details
-
OIndexConfigProperty
public OIndexConfigProperty(String name, OType type, OType linkedType, OCollate collate, OPropertyMapIndexDefinition.INDEX_BY index_by)
-
-
Method Details
-
getCollate
-
getLinkedType
-
getName
-
getType
-
getIndexBy
-
copy
-