Re: [Neo] DatatypeClassRange usage

2010-04-06 Thread Mattias Persson
. Maybe time to move to the RDF side of things. Kind regards, Niels Hoogeveen From: rick.bullo...@burningskysoftware.com To: user@lists.neo4j.org Date: Mon, 5 Apr 2010 12:38:51 -0400 Subject: Re: [Neo] DatatypeClassRange usage In theory the isAssignableFrom method on the underlying

Re: [Neo] DatatypeClassRange usage

2010-04-05 Thread Niels Hoogeveen
2010 01:52:06 +0200 Subject: [Neo] DatatypeClassRange usage To model the datatype of a property, I tried to use the DatatypeClassRange. It seems this object only accepts reference classes, not primitive classes. I would like to state that a certain MetaModelProperty has the datatype int

Re: [Neo] DatatypeClassRange usage

2010-04-05 Thread Rick Bullotta
@lists.neo4j.org Subject: Re: [Neo] DatatypeClassRange usage If only reference classes can be added, what are appropriate types. Should I use java.lang.Integer when the underlying property value is and int and java.lang.Long when using a long? Kind regards, Niels Hoogeveen From: pd_aficion

[Neo] DatatypeClassRange usage

2010-04-02 Thread Niels Hoogeveen
To model the datatype of a property, I tried to use the DatatypeClassRange. It seems this object only accepts reference classes, not primitive classes. I would like to state that a certain MetaModelProperty has the datatype int. To do so, I thought I would have to provide the