org.topbraid.forms.model
Class KeyProperties
java.lang.Object
org.topbraid.forms.model.KeyProperties
public class KeyProperties
- extends java.lang.Object
|
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 |
KeyProperties
public KeyProperties()
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)