Example #1
0
 /**
  * The field used to follow redirects (typically rdf:seeAlso)
  *
  * <p><b>NOTE</b>: does NOT support the convertion of short to full URIs
  *
  * @param redirectField the redirectField to set
  */
 public final void setRedirectField(String redirectField) {
   this.redirectField = redirectField;
   updateSelectedFields();
 }
Example #2
0
 /**
  * The field used to lookup the types (typically rdf:type)
  *
  * <p><b>NOTE</b>: does NOT support the convertion of short to full URIs
  *
  * @param typeField the typeField to set
  */
 public final void setTypeField(String typeField) {
   this.typeField = typeField;
   updateSelectedFields();
 }
Example #3
0
 /**
  * Setter for the uri of the field used for the entities in the vocabulary
  *
  * <p><b>NOTE</b>: does NOT support the convertion of short to full URIs {@link NamespaceEnum}.
  *
  * @param nameField the nameField to set
  */
 public final void setNameField(String nameField) {
   this.nameField = nameField;
   updateSelectedFields();
 }