jena
Class schemagen.SchemagenOptionsImpl

java.lang.Object
  extended by jena.schemagen.SchemagenOptionsImpl
All Implemented Interfaces:
schemagen.SchemagenOptions
Enclosing class:
schemagen

public static class schemagen.SchemagenOptionsImpl
extends java.lang.Object
implements schemagen.SchemagenOptions


Nested Class Summary
 
Nested classes/interfaces inherited from interface jena.schemagen.SchemagenOptions
schemagen.SchemagenOptions.OPT
 
Field Summary
 
Fields inherited from interface jena.schemagen.SchemagenOptions
m_optionDefinitions
 
Constructor Summary
schemagen.SchemagenOptionsImpl(java.lang.String[] args)
           
 
Method Summary
 java.lang.String getClassdecOption()
           
 java.lang.String getClassnameOption()
           
 java.lang.String getClassnameSuffixOption()
           
 java.lang.String getClassSectionOption()
           
 java.lang.String getClassTemplateOption()
           
 java.lang.String getConfigFileOption()
           
 java.lang.String getDeclarationsOption()
           
 java.lang.String getEncodingOption()
           
 java.lang.String getFooterOption()
           
 java.lang.String getHeaderOption()
           
 java.lang.String getHelpOption()
           
 java.util.List<java.lang.String> getIncludeOption()
           
 java.lang.String getIndividualsSectionOption()
           
 java.lang.String getIndividualTemplateOption()
           
 Resource getInputOption()
           
 java.lang.String getLangDamlOption()
           
 java.lang.String getLangOwlOption()
           
 java.lang.String getLangRdfsOption()
           
 java.lang.String getMarkerOption()
           
 Resource getNamespaceOption()
           
 java.lang.String getNoCommentsOption()
           
 java.lang.String getOntologyOption()
           
 java.lang.String getOutputOption()
           
 java.lang.String getPackagenameOption()
           
 java.lang.String getPropertySectionOption()
           
 java.lang.String getPropTemplateOption()
           
 java.lang.String getRootOption()
           
 boolean hasClassdecOption()
           
 boolean hasClassnameOption()
           
 boolean hasClassnameSuffixOption()
           
 boolean hasClassSectionOption()
           
 boolean hasClassTemplateOption()
           
 boolean hasConfigFileOption()
           
 boolean hasDeclarationsOption()
           
 boolean hasDosOption()
           
 boolean hasEncodingOption()
           
 boolean hasFooterOption()
           
 boolean hasHeaderOption()
           
 boolean hasHelpOption()
           
 boolean hasIncludeOption()
           
 boolean hasIncludeSourceOption()
           
 boolean hasIndividualsSectionOption()
           
 boolean hasIndividualTemplateOption()
           
 boolean hasInputOption()
           
 boolean hasLangDamlOption()
           
 boolean hasLangOwlOption()
           
 boolean hasLangRdfsOption()
           
 boolean hasMarkerOption()
           
 boolean hasNamespaceOption()
           
 boolean hasNoclassesOption()
           
 boolean hasNoCommentsOption()
           
 boolean hasNoheaderOption()
           
 boolean hasNoindividualsOption()
           
 boolean hasNopropertiesOption()
           
 boolean hasNoStrictOption()
           
 boolean hasOntologyOption()
           
 boolean hasOutputOption()
           
 boolean hasPackagenameOption()
           
 boolean hasPropertySectionOption()
           
 boolean hasPropTemplateOption()
           
 boolean hasRootOption()
           
 boolean hasStrictIndividualsOption()
           
 boolean hasUcNamesOption()
           
 boolean hasUseInfOption()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

schemagen.SchemagenOptionsImpl

public schemagen.SchemagenOptionsImpl(java.lang.String[] args)
Method Detail

hasConfigFileOption

public boolean hasConfigFileOption()
Specified by:
hasConfigFileOption in interface schemagen.SchemagenOptions

getConfigFileOption

public java.lang.String getConfigFileOption()
Specified by:
getConfigFileOption in interface schemagen.SchemagenOptions

hasRootOption

public boolean hasRootOption()
Specified by:
hasRootOption in interface schemagen.SchemagenOptions

getRootOption

public java.lang.String getRootOption()
Specified by:
getRootOption in interface schemagen.SchemagenOptions

hasNoCommentsOption

public boolean hasNoCommentsOption()
Specified by:
hasNoCommentsOption in interface schemagen.SchemagenOptions

getNoCommentsOption

public java.lang.String getNoCommentsOption()
Specified by:
getNoCommentsOption in interface schemagen.SchemagenOptions

hasInputOption

public boolean hasInputOption()
Specified by:
hasInputOption in interface schemagen.SchemagenOptions

getInputOption

public Resource getInputOption()
Specified by:
getInputOption in interface schemagen.SchemagenOptions

hasLangDamlOption

public boolean hasLangDamlOption()
Specified by:
hasLangDamlOption in interface schemagen.SchemagenOptions

getLangDamlOption

public java.lang.String getLangDamlOption()
Specified by:
getLangDamlOption in interface schemagen.SchemagenOptions

hasLangOwlOption

public boolean hasLangOwlOption()
Specified by:
hasLangOwlOption in interface schemagen.SchemagenOptions

getLangOwlOption

public java.lang.String getLangOwlOption()
Specified by:
getLangOwlOption in interface schemagen.SchemagenOptions

hasLangRdfsOption

public boolean hasLangRdfsOption()
Specified by:
hasLangRdfsOption in interface schemagen.SchemagenOptions

getLangRdfsOption

public java.lang.String getLangRdfsOption()
Specified by:
getLangRdfsOption in interface schemagen.SchemagenOptions

hasOutputOption

public boolean hasOutputOption()
Specified by:
hasOutputOption in interface schemagen.SchemagenOptions

getOutputOption

public java.lang.String getOutputOption()
Specified by:
getOutputOption in interface schemagen.SchemagenOptions

hasHeaderOption

public boolean hasHeaderOption()
Specified by:
hasHeaderOption in interface schemagen.SchemagenOptions

getHeaderOption

public java.lang.String getHeaderOption()
Specified by:
getHeaderOption in interface schemagen.SchemagenOptions

hasFooterOption

public boolean hasFooterOption()
Specified by:
hasFooterOption in interface schemagen.SchemagenOptions

getFooterOption

public java.lang.String getFooterOption()
Specified by:
getFooterOption in interface schemagen.SchemagenOptions

hasMarkerOption

public boolean hasMarkerOption()
Specified by:
hasMarkerOption in interface schemagen.SchemagenOptions

getMarkerOption

public java.lang.String getMarkerOption()
Specified by:
getMarkerOption in interface schemagen.SchemagenOptions

hasPackagenameOption

public boolean hasPackagenameOption()
Specified by:
hasPackagenameOption in interface schemagen.SchemagenOptions

getPackagenameOption

public java.lang.String getPackagenameOption()
Specified by:
getPackagenameOption in interface schemagen.SchemagenOptions

hasOntologyOption

public boolean hasOntologyOption()
Specified by:
hasOntologyOption in interface schemagen.SchemagenOptions

getOntologyOption

public java.lang.String getOntologyOption()
Specified by:
getOntologyOption in interface schemagen.SchemagenOptions

hasClassnameOption

public boolean hasClassnameOption()
Specified by:
hasClassnameOption in interface schemagen.SchemagenOptions

getClassnameOption

public java.lang.String getClassnameOption()
Specified by:
getClassnameOption in interface schemagen.SchemagenOptions

hasClassdecOption

public boolean hasClassdecOption()
Specified by:
hasClassdecOption in interface schemagen.SchemagenOptions

getClassdecOption

public java.lang.String getClassdecOption()
Specified by:
getClassdecOption in interface schemagen.SchemagenOptions

hasNamespaceOption

public boolean hasNamespaceOption()
Specified by:
hasNamespaceOption in interface schemagen.SchemagenOptions

getNamespaceOption

public Resource getNamespaceOption()
Specified by:
getNamespaceOption in interface schemagen.SchemagenOptions

hasDeclarationsOption

public boolean hasDeclarationsOption()
Specified by:
hasDeclarationsOption in interface schemagen.SchemagenOptions

getDeclarationsOption

public java.lang.String getDeclarationsOption()
Specified by:
getDeclarationsOption in interface schemagen.SchemagenOptions

hasPropertySectionOption

public boolean hasPropertySectionOption()
Specified by:
hasPropertySectionOption in interface schemagen.SchemagenOptions

getPropertySectionOption

public java.lang.String getPropertySectionOption()
Specified by:
getPropertySectionOption in interface schemagen.SchemagenOptions

hasClassSectionOption

public boolean hasClassSectionOption()
Specified by:
hasClassSectionOption in interface schemagen.SchemagenOptions

getClassSectionOption

public java.lang.String getClassSectionOption()
Specified by:
getClassSectionOption in interface schemagen.SchemagenOptions

hasIndividualsSectionOption

public boolean hasIndividualsSectionOption()
Specified by:
hasIndividualsSectionOption in interface schemagen.SchemagenOptions

getIndividualsSectionOption

public java.lang.String getIndividualsSectionOption()
Specified by:
getIndividualsSectionOption in interface schemagen.SchemagenOptions

hasNopropertiesOption

public boolean hasNopropertiesOption()
Specified by:
hasNopropertiesOption in interface schemagen.SchemagenOptions

hasNoclassesOption

public boolean hasNoclassesOption()
Specified by:
hasNoclassesOption in interface schemagen.SchemagenOptions

hasNoindividualsOption

public boolean hasNoindividualsOption()
Specified by:
hasNoindividualsOption in interface schemagen.SchemagenOptions

hasPropTemplateOption

public boolean hasPropTemplateOption()
Specified by:
hasPropTemplateOption in interface schemagen.SchemagenOptions

getPropTemplateOption

public java.lang.String getPropTemplateOption()
Specified by:
getPropTemplateOption in interface schemagen.SchemagenOptions

hasClassTemplateOption

public boolean hasClassTemplateOption()
Specified by:
hasClassTemplateOption in interface schemagen.SchemagenOptions

getClassTemplateOption

public java.lang.String getClassTemplateOption()
Specified by:
getClassTemplateOption in interface schemagen.SchemagenOptions

hasIndividualTemplateOption

public boolean hasIndividualTemplateOption()
Specified by:
hasIndividualTemplateOption in interface schemagen.SchemagenOptions

getIndividualTemplateOption

public java.lang.String getIndividualTemplateOption()
Specified by:
getIndividualTemplateOption in interface schemagen.SchemagenOptions

hasUcNamesOption

public boolean hasUcNamesOption()
Specified by:
hasUcNamesOption in interface schemagen.SchemagenOptions

hasIncludeOption

public boolean hasIncludeOption()
Specified by:
hasIncludeOption in interface schemagen.SchemagenOptions

getIncludeOption

public java.util.List<java.lang.String> getIncludeOption()
Specified by:
getIncludeOption in interface schemagen.SchemagenOptions

hasClassnameSuffixOption

public boolean hasClassnameSuffixOption()
Specified by:
hasClassnameSuffixOption in interface schemagen.SchemagenOptions

getClassnameSuffixOption

public java.lang.String getClassnameSuffixOption()
Specified by:
getClassnameSuffixOption in interface schemagen.SchemagenOptions

hasNoheaderOption

public boolean hasNoheaderOption()
Specified by:
hasNoheaderOption in interface schemagen.SchemagenOptions

hasEncodingOption

public boolean hasEncodingOption()
Specified by:
hasEncodingOption in interface schemagen.SchemagenOptions

getEncodingOption

public java.lang.String getEncodingOption()
Specified by:
getEncodingOption in interface schemagen.SchemagenOptions

hasHelpOption

public boolean hasHelpOption()
Specified by:
hasHelpOption in interface schemagen.SchemagenOptions

getHelpOption

public java.lang.String getHelpOption()
Specified by:
getHelpOption in interface schemagen.SchemagenOptions

hasDosOption

public boolean hasDosOption()
Specified by:
hasDosOption in interface schemagen.SchemagenOptions

hasUseInfOption

public boolean hasUseInfOption()
Specified by:
hasUseInfOption in interface schemagen.SchemagenOptions

hasStrictIndividualsOption

public boolean hasStrictIndividualsOption()
Specified by:
hasStrictIndividualsOption in interface schemagen.SchemagenOptions

hasIncludeSourceOption

public boolean hasIncludeSourceOption()
Specified by:
hasIncludeSourceOption in interface schemagen.SchemagenOptions

hasNoStrictOption

public boolean hasNoStrictOption()
Specified by:
hasNoStrictOption in interface schemagen.SchemagenOptions


Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP