|
Components | |||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.util.transforms.DictionaryInterfaceToStringTransform
StaticDictionaryInterfaceToStringTransform
public class DictionaryInterfaceToStringTransform
A transform for converting a DictionaryInterface
to a String
StringToDictionaryInterfaceTransform
,
Serialized FormField Summary | |
---|---|
static DictionaryInterfaceToStringTransform |
defaultInstance
Deprecated. An object which can perform a default transform from DictionaryInterface to String . |
Constructor Summary | |
---|---|
DictionaryInterfaceToStringTransform()
Deprecated. Default constructor. |
|
DictionaryInterfaceToStringTransform(char delimiter,
char separator,
boolean alwaysQuote)
Deprecated. Value constructor. |
Method Summary |
---|
Methods inherited from class com.sas.util.transforms.StaticDictionaryInterfaceToStringTransform |
---|
defaultDelimiterChar, getInputClass, getOutputClass, quote, transform, transform |
Field Detail |
---|
public static final DictionaryInterfaceToStringTransform defaultInstance
DictionaryInterface
to String
.
Constructor Detail |
---|
public DictionaryInterfaceToStringTransform()
DictionaryInterface
into a String
,
using the default delimiter ','
and always quoting strings.
public DictionaryInterfaceToStringTransform(char delimiter, char separator, boolean alwaysQuote)
DictionaryInterface
into a String
,
using the specific delimiter and quoting.
- Parameters:
delimiter
- character to separate the string items in the resultseparator
- a separator which appears between the keys and the valuesalwaysQuote
- if true
, each string is quoted, else only
special strings are quoted.
All Libraries
This Library
Package
Class
Use
Tree
Deprecated
Index
Grand Index
Help
Components
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2009 SAS Institute Inc. All Rights Reserved.