Package com.datalogics.PDFL
Class LanguageSetting
java.lang.Object
com.datalogics.PDFL.LanguageSetting
Specify a language, along with any metadata about that language.
-
Constructor Summary
ConstructorsConstructorDescriptionLanguageSetting(Language language, boolean prohibit) create a language setting. -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()The language being specified.booleanInstead of loading this language, prohibit the language from being loaded as an adjunct of another language.voidsetLanguage(Language value) The language being specified.voidsetProhibit(boolean value) Instead of loading this language, prohibit the language from being loaded as an adjunct of another language.
-
Constructor Details
-
LanguageSetting
create a language setting.- Parameters:
language- the language to specifyprohibit- Instead of loading this language, prohibit the language from being loaded as an adjunct of another language.
-
-
Method Details
-
delete
public void delete() -
setLanguage
The language being specified. -
getLanguage
The language being specified. -
setProhibit
public void setProhibit(boolean value) Instead of loading this language, prohibit the language from being loaded as an adjunct of another language. -
getProhibit
public boolean getProhibit()Instead of loading this language, prohibit the language from being loaded as an adjunct of another language.
-