jena
Class schemagen.OptionDefinition

java.lang.Object
  extended by jena.schemagen.OptionDefinition
Enclosing class:
schemagen

public static class schemagen.OptionDefinition
extends Object

An option that can be set either on the command line or in the RDF config


Method Summary
 String getCommandLineForm()
          Return the command line form of this option
 Property getDeclarationProperty()
          Return the RDF property that is used when configuring this option via a Model
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDeclarationProperty

public Property getDeclarationProperty()
Return the RDF property that is used when configuring this option via a Model

Returns:
The declaration property, or null

getCommandLineForm

public String getCommandLineForm()
Return the command line form of this option

Returns:
The command line form as a String


Licenced under the Apache License, Version 2.0