Package org.aksw.jenax.reprogen.hashid
Class PropertyDescriptorNotUsed
java.lang.Object
org.aksw.jenax.reprogen.hashid.PropertyDescriptorNotUsed
Sketch of a model where for a given rdf property there can be multiple getter/setter types
assigned to it - ever for different datatypes
- Author:
- raven
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.common.collect.Multimap<String,MethodGroup> Methods grouped by their name. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
methodGroup
Methods grouped by their name. This allows getFoo and setFoo go into one group and getFoos and setFoos into another.
-
-
Constructor Details
-
PropertyDescriptorNotUsed
public PropertyDescriptorNotUsed()
-
-
Method Details
-
getIri
-
isInverse
public boolean isInverse() -
isCollection
public boolean isCollection() -
isHashId
public boolean isHashId() -
getValue
-
asCollectionProperty
-