|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.prompts.definitions.OutputFileDefinition
public class OutputFileDefinition
InputFileDefinition is a prompt type which allows the specification of an output file from a SAS server. OutputFileDefinitions can be used to specify a file or directory on a SAS server which a stored process can write output to.
Field Summary |
---|
Fields inherited from interface com.sas.prompts.definitions.FileSelectionInterface |
---|
DIRECTORIES_ONLY, FILES_AND_DIRECTORIES, FILES_ONLY |
Constructor Summary | |
---|---|
OutputFileDefinition()
Constructor |
|
OutputFileDefinition(java.lang.String promptName)
Constructor |
Method Summary | |
---|---|
com.sas.datatypes.DataTypeInterface |
getPromptDataType()
Returns an instance of com.sas.datatypes.OutputFileType that can be used to process values for this prompt. |
Methods inherited from class com.sas.prompts.definitions.BaseFileDefinition |
---|
configureAttributes, getAttributeDescriptors, getFileSelectionMode, getFileTypes, getLogicalServerName, getPromptValueValidationErrors, isPromptValueValid, isRequired, setFileSelectionMode, setFileTypes, setLogicalServerName, setRequired |
Methods inherited from interface com.sas.prompts.definitions.MutableFileSelectionInterface |
---|
setFileSelectionMode, setFileTypes, setLogicalServerName |
Methods inherited from interface com.sas.prompts.definitions.FileSelectionInterface |
---|
getFileSelectionMode, getFileTypes, getLogicalServerName |
Methods inherited from interface com.sas.prompts.definitions.PromptDefinitionInterface |
---|
clearDefaultValue, getDefaultValue, getPromptDescription, getPromptDescriptions, getPromptLabel, getPromptLabels, getPromptName, getPromptValueValidationErrors, getUserInfo, isDefaultValueSet, isFixed, isHidden, isPromptValueValid, isRequired, validateDefinition |
Methods inherited from interface com.sas.prompts.definitions.MutableRequiredDefinitionInterface |
---|
setRequired |
Constructor Detail |
---|
public OutputFileDefinition()
public OutputFileDefinition(java.lang.String promptName)
Method Detail |
---|
public com.sas.datatypes.DataTypeInterface getPromptDataType()
getPromptDataType
in interface PromptDefinitionInterface
getPromptDataType
in class PromptDefinition
PromptDefinitionInterface.getPromptDataType()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |