|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticdesktop.aperture.vocabulary.SOURCEFORMAT
public class SOURCEFORMAT
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 |
---|
public static final String SOURCEFORMAT_RESOURCE_PATH
public static final URI NS_SOURCEFORMAT
public static final URI CheckBoxWidget
public static final URI ComboBoxEntry
public static final URI ComboBoxWidget
public static final URI IntegerFieldWidget
public static final URI PasswordTextFieldWidget
public static final URI TextFieldWidget
public static final URI MultipleTextFieldWidget
public static final URI PatternWidget
public static final URI UIWidget
public static final URI hasEntry
public static final URI label
public static final URI value
public static final URI valueWidget
Constructor Detail |
---|
public SOURCEFORMAT()
Method Detail |
---|
public static void getSOURCEFORMATOntology(Model model)
model
- The model for the source ontology to be put into.
Exception
- if something goes wrong.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |