Class Schema.Property
-
- All Implemented Interfaces:
@JvmRecord() public final class Schema.Property extends Record
A Property on a Node or Relationship.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSchema.Property.TypeRefer to the Neo4j documentation for details about the supported types.
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Schema.Property.Typetypeprivate final List<Schema.Metadata>metadata
-
Method Summary
Modifier and Type Method Description final StringgetName()the name of the property final Schema.Property.TypegetType()the property type final List<Schema.Metadata>getMetadata()the property metadata StringtoString()-
-
Method Detail
-
getType
final Schema.Property.Type getType()
the property type
-
getMetadata
final List<Schema.Metadata> getMetadata()
the property metadata
-
-
-
-