org.semanticdesktop.aperture.vocabulary
Class SOURCEFORMAT

java.lang.Object
  extended by org.semanticdesktop.aperture.vocabulary.SOURCEFORMAT

public class SOURCEFORMAT
extends Object

Vocabulary File. Created by org.semanticdesktop.aperture.vocabulary.VocabularyWriter on Thu Jul 01 14:28:15 CEST 2010 input file: /core/src/main/resources/org/semanticdesktop/aperture/vocabulary/sourceformat.rdfs namespace: http://aperture.semanticdesktop.org/ontology/sourceformat#


Field Summary
static URI CheckBoxWidget
          Type: Class
Label: CheckBoxWidget
Comment: Use boolean checkbox to style the property. checked = boolean:true, unchecked=boolean:false.
static URI ComboBoxEntry
          Type: Class
Label: ComboBoxEntry
static URI ComboBoxWidget
          Type: Class
Label: ComboBoxWidget
Comment: A combo box.
static URI hasEntry
          Type: Property
Label: hasEntry
Comment: Binds a combo box widget with combo box entries
Domain: http://aperture.semanticdesktop.org/ontology/sourceformat#ComboBoxWidget
Range: http://aperture.semanticdesktop.org/ontology/sourceformat#ComboBoxEntry
static URI IntegerFieldWidget
          Type: Class
Label: IntegerFieldWidget
static URI label
          Type: Property
Label: label
Domain: http://aperture.semanticdesktop.org/ontology/sourceformat#ComboBoxEntry
Range: http://www.w3.org/2000/01/rdf-schema#Literal
static URI MultipleTextFieldWidget
          Type: Class
Label: MultipleTextFieldWidget
Comment: A textfield for a multi-valued property
static URI NS_SOURCEFORMAT
          The namespace for SOURCEFORMAT
static URI PasswordTextFieldWidget
          Type: Class
Label: PasswordTextFieldWidget
Comment: A textfield hiding passwords behind * or other funny characters.
static URI PatternWidget
          Type: Class
Label: PatternWidget
Comment: A domain boundaries pattern widget
static String SOURCEFORMAT_RESOURCE_PATH
          Path to the ontology resource
static URI TextFieldWidget
          Type: Class
Label: TextFieldWidget
Comment: A textfield
static URI UIWidget
          Type: Class
Label: UIWidget
Comment: Superclass of UI widgets.
static URI value
          Type: Property
Label: value
Domain: http://aperture.semanticdesktop.org/ontology/sourceformat#ComboBoxEntry
Range: http://www.w3.org/2000/01/rdf-schema#Resource
static URI valueWidget
          Type: Property
Label: valueWidget
Domain: http://www.w3.org/2004/09/fresnel#Format
Range: http://aperture.semanticdesktop.org/ontology/sourceformat#UIWidget
 
Constructor Summary
SOURCEFORMAT()
           
 
Method Summary
static void getSOURCEFORMATOntology(Model model)
          Puts the SOURCEFORMAT ontology into the given model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCEFORMAT_RESOURCE_PATH

public static final String SOURCEFORMAT_RESOURCE_PATH
Path to the ontology resource

See Also:
Constant Field Values

NS_SOURCEFORMAT

public static final URI NS_SOURCEFORMAT
The namespace for SOURCEFORMAT


CheckBoxWidget

public static final URI CheckBoxWidget
Type: Class
Label: CheckBoxWidget
Comment: Use boolean checkbox to style the property. checked = boolean:true, unchecked=boolean:false.


ComboBoxEntry

public static final URI ComboBoxEntry
Type: Class
Label: ComboBoxEntry


ComboBoxWidget

public static final URI ComboBoxWidget
Type: Class
Label: ComboBoxWidget
Comment: A combo box. Define the displayed labels and internal values using instances of ComboBoxEntry.


IntegerFieldWidget

public static final URI IntegerFieldWidget
Type: Class
Label: IntegerFieldWidget


PasswordTextFieldWidget

public static final URI PasswordTextFieldWidget
Type: Class
Label: PasswordTextFieldWidget
Comment: A textfield hiding passwords behind * or other funny characters.


TextFieldWidget

public static final URI TextFieldWidget
Type: Class
Label: TextFieldWidget
Comment: A textfield


MultipleTextFieldWidget

public static final URI MultipleTextFieldWidget
Type: Class
Label: MultipleTextFieldWidget
Comment: A textfield for a multi-valued property


PatternWidget

public static final URI PatternWidget
Type: Class
Label: PatternWidget
Comment: A domain boundaries pattern widget


UIWidget

public static final URI UIWidget
Type: Class
Label: UIWidget
Comment: Superclass of UI widgets. Use instances of widgets to configure gui.


hasEntry

public static final URI hasEntry
Type: Property
Label: hasEntry
Comment: Binds a combo box widget with combo box entries
Domain: http://aperture.semanticdesktop.org/ontology/sourceformat#ComboBoxWidget
Range: http://aperture.semanticdesktop.org/ontology/sourceformat#ComboBoxEntry


label

public static final URI label
Type: Property
Label: label
Domain: http://aperture.semanticdesktop.org/ontology/sourceformat#ComboBoxEntry
Range: http://www.w3.org/2000/01/rdf-schema#Literal


value

public static final URI value
Type: Property
Label: value
Domain: http://aperture.semanticdesktop.org/ontology/sourceformat#ComboBoxEntry
Range: http://www.w3.org/2000/01/rdf-schema#Resource


valueWidget

public static final URI valueWidget
Type: Property
Label: valueWidget
Domain: http://www.w3.org/2004/09/fresnel#Format
Range: http://aperture.semanticdesktop.org/ontology/sourceformat#UIWidget

Constructor Detail

SOURCEFORMAT

public SOURCEFORMAT()
Method Detail

getSOURCEFORMATOntology

public static void getSOURCEFORMATOntology(Model model)
Puts the SOURCEFORMAT ontology into the given model.

Parameters:
model - The model for the source ontology to be put into.
Throws:
Exception - if something goes wrong.


Copyright © 2010 Aperture Development Team. All Rights Reserved.