org.topbraid.forms.model
Class KeyProperties

java.lang.Object
  extended by org.topbraid.forms.model.KeyProperties

public class KeyProperties
extends java.lang.Object


Constructor Summary
KeyProperties()
           
 
Method Summary
static java.util.List<com.hp.hpl.jena.rdf.model.Property> get(com.hp.hpl.jena.rdf.model.Resource type)
           
static java.util.List<com.hp.hpl.jena.rdf.model.Resource> getDefinedTypes(com.hp.hpl.jena.rdf.model.Model model)
           
static java.util.List<com.hp.hpl.jena.rdf.model.Property> getLegacy(com.hp.hpl.jena.rdf.model.Resource type)
           
static void put(com.hp.hpl.jena.rdf.model.Resource type, java.util.List<com.hp.hpl.jena.rdf.model.Property> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyProperties

public KeyProperties()
Method Detail

get

public static java.util.List<com.hp.hpl.jena.rdf.model.Property> get(com.hp.hpl.jena.rdf.model.Resource type)

getDefinedTypes

public static java.util.List<com.hp.hpl.jena.rdf.model.Resource> getDefinedTypes(com.hp.hpl.jena.rdf.model.Model model)

put

public static void put(com.hp.hpl.jena.rdf.model.Resource type,
                       java.util.List<com.hp.hpl.jena.rdf.model.Property> properties)

getLegacy

public static java.util.List<com.hp.hpl.jena.rdf.model.Property> getLegacy(com.hp.hpl.jena.rdf.model.Resource type)