Class PropertyDescriptorNotUsed

java.lang.Object
org.aksw.jenax.reprogen.hashid.PropertyDescriptorNotUsed

public class PropertyDescriptorNotUsed extends Object
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 Details

    • methodGroup

      protected com.google.common.collect.Multimap<String,MethodGroup> 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

      public String getIri()
    • isInverse

      public boolean isInverse()
    • isCollection

      public boolean isCollection()
    • isHashId

      public boolean isHashId()
    • getValue

      public Object getValue(org.apache.jena.rdf.model.RDFNode node)
    • asCollectionProperty

      public Metamodel.PropertyDescCollection asCollectionProperty()