|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mayo.informatics.lexgrid.convert.options.AbstractBaseOption<T>
edu.mayo.informatics.lexgrid.convert.options.AbstractOption<java.net.URI>
edu.mayo.informatics.lexgrid.convert.options.URIOption
public class URIOption
The Class URIOption.
Constructor Summary | |
---|---|
URIOption(java.lang.String optionName)
Instantiates a new uRI option. |
Method Summary | |
---|---|
void |
addAllowedFileExtensions(java.lang.String allowedFileExtensions)
Adds the allowed file extensions. |
java.util.List<java.lang.String> |
getAllowedFileExtensions()
Gets the allowed file extensions. |
boolean |
isFolder()
Checks if is folder. |
void |
setAllowedFileExtensions(java.util.List<java.lang.String> allowedFileExtensions)
Sets the allowed file extensions. |
void |
setFolder(boolean isFolder)
Sets the folder. |
Methods inherited from class edu.mayo.informatics.lexgrid.convert.options.AbstractOption |
---|
getPickList, isMultipleSelectionsAllowed, setMultipleSelectionsAllowed, setPickList |
Methods inherited from class edu.mayo.informatics.lexgrid.convert.options.AbstractBaseOption |
---|
getHelpText, getOptionName, getOptionValue, setHelpText, setOptionValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.LexGrid.LexBIG.Extensions.Load.options.Option |
---|
getPickList |
Methods inherited from interface org.LexGrid.LexBIG.Extensions.Load.options.BaseOption |
---|
getHelpText, getOptionName, getOptionValue, setOptionValue |
Constructor Detail |
---|
public URIOption(java.lang.String optionName)
optionName
- the option nameMethod Detail |
---|
public java.util.List<java.lang.String> getAllowedFileExtensions()
URIOption
getAllowedFileExtensions
in interface URIOption
public void addAllowedFileExtensions(java.lang.String allowedFileExtensions)
URIOption
addAllowedFileExtensions
in interface URIOption
allowedFileExtensions
- the allowed file extensionspublic void setAllowedFileExtensions(java.util.List<java.lang.String> allowedFileExtensions)
allowedFileExtensions
- the new allowed file extensionspublic void setFolder(boolean isFolder)
isFolder
- the new folderpublic boolean isFolder()
URIOption
isFolder
in interface URIOption
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |