| Modifier and Type | Method and Description |
|---|---|
static Models.FacetType |
Models.FacetType.getType(String prefix) |
static Models.FacetType |
Models.FacetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Models.FacetType[] |
Models.FacetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.jena.rdf.model.Resource |
Models.getFacetNode(Models.FacetType facet,
org.apache.jena.rdf.model.Resource rez)
Creates a facet node in the BDR namespace w/ the default facet nodeType from
the facet enum
|
static org.apache.jena.rdf.model.Resource |
Models.getFacetNode(Models.FacetType facet,
org.apache.jena.rdf.model.Resource rez,
org.apache.jena.rdf.model.Resource nodeType)
Creates a facet node in the BDR namespace w/ the supplied facet nodeType.
|
static org.apache.jena.rdf.model.Resource |
Models.getFacetNode(Models.FacetType facet,
String nsUri,
org.apache.jena.rdf.model.Resource rez) |
static org.apache.jena.rdf.model.Resource |
Models.getFacetNode(Models.FacetType facet,
String nsUri,
org.apache.jena.rdf.model.Resource rez,
org.apache.jena.rdf.model.Resource nodeType) |
Copyright © 2019. All rights reserved.