|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.base.types.AbstractPropertyDescriptor
com.ibm.btt.base.types.impl.BasePropertyDescriptor
public abstract class BasePropertyDescriptor
Field Summary |
---|
Fields inherited from class com.ibm.btt.base.types.AbstractPropertyDescriptor |
---|
classNameForState, converters, keyValuePairs |
Fields inherited from interface com.ibm.btt.base.types.TypeConstants |
---|
amended, CONV_TYPE_DEFAULT, CONV_TYPE_HOST, CONV_TYPE_OUTPUT, CONV_TYPE_SER, CONV_TYPE_XML, disabled, hidden, isAmended, isDisabled, isHidden, isMandatory, isOmitted, isReadOnly, mandatory, omitted, readOnly, TYPE_DEFAULT, TYPE_REGISTRY_INIT_SIZE |
Constructor Summary | |
---|---|
BasePropertyDescriptor()
|
|
BasePropertyDescriptor(java.lang.String name,
java.util.Hashtable<?,?> keyValuePairs)
|
|
BasePropertyDescriptor(java.lang.String name,
java.util.Hashtable<?,?> keyValuePairs,
java.lang.String typeName)
|
Method Summary | |
---|---|
void |
applyDefaultDescriptorForType(PropertyDescription defaultDescriptor)
Deprecated. |
abstract java.lang.Object |
cloneDescriptee(java.lang.Object arg0)
Returns an independent copy of the Object passed and is to be implementaed by a Type-specific subclass. |
java.lang.Object |
convertFrom(java.lang.Object obj)
Converts an input object into a proper object handled by the default converter. |
java.lang.Object |
convertFrom(java.lang.Object obj,
java.lang.String convType)
Converts an input object into a proper object handled by the specified converter. |
java.lang.Object |
convertFrom(java.lang.Object obj,
java.lang.String convType,
boolean byReference)
Converts an input object into a proper object handled by the specified converter. |
java.lang.Object |
convertFrom(java.lang.Object obj,
java.lang.String convType,
boolean byReference,
java.util.Locale locale)
Converts an input object into a proper object handled by the specified converter. |
java.lang.Object |
convertFrom(java.lang.Object obj,
java.lang.String convType,
boolean byReference,
java.util.Locale locale,
Hashtable parameters)
Converts an input object into a proper object handled by the specified converter. |
java.lang.Object |
convertTo(java.lang.Object obj)
Converts an input object, using the default converter, into a proper object handled by the invoker. |
java.lang.Object |
convertTo(java.lang.Object obj,
java.lang.String convType)
Converts an input object, using the specified converter, into a proper object handled by the invoker. |
java.lang.Object |
convertTo(java.lang.Object obj,
java.lang.String convType,
boolean byReference)
Converts an input object, using the specified converter, into a proper object handled by the invoker. |
java.lang.Object |
convertTo(java.lang.Object obj,
java.lang.String convType,
boolean byReference,
java.util.Locale locale)
Converts an input object, using the specified converter, into a proper object handled by the invoker. |
java.lang.Object |
convertTo(java.lang.Object obj,
java.lang.String convType,
boolean byReference,
java.util.Locale locale,
Hashtable parameters)
Converts an input object, using the specified converter, into a proper object handled by the invoker. |
java.lang.String |
formatToString(java.lang.Object value,
java.lang.String conversionType)
Returns the Object formatted as a String using the appropriate conversion type. |
java.lang.String |
formatToString(java.lang.Object value,
java.lang.String conversionType,
Hashtable parameters)
Returns the Object formatted as a String using the appropriate conversion type. |
java.lang.String |
formatToString(java.lang.Object value,
java.lang.String conversionType,
java.util.Locale locale)
Returns the Object formatted as a String using the specified conversion type and the specified locale. |
void |
formatToWriter(java.lang.Object value,
java.lang.String conversionType,
java.io.Writer writer)
Formats the Object using the specified conversion type and writer passed as arguments. |
void |
formatToWriter(java.lang.Object value,
java.lang.String conversionType,
java.io.Writer writer,
Hashtable parameters)
Formats the Object using the specified conversion type, the writer, and the Hashtable passed as arguments. |
void |
formatToWriter(java.lang.Object arg0,
java.lang.String arg1,
java.io.Writer arg2,
java.util.Locale arg3)
Formats the Object using the conversion type and the locale specified by the writer passed as arguments. |
void |
formatToWriter(java.lang.Object arg0,
java.lang.String arg1,
java.io.Writer arg2,
java.util.Locale arg3,
Hashtable arg4)
Formats the Object using the conversion type ,the locale, and the Hashtable specified by the writer passed as arguments. |
Conversion |
getConversion(java.lang.String conversionType)
Returns the converter that handles the specified conversion type or null if the conversion type is not supported. |
protected Conversion |
getConverterFromConversionType(java.lang.String arg0)
Deprecated. |
java.util.Enumeration<?> |
getConverters()
Returns an Enumeration of all converters associated with this PropertyDescriptor. |
protected Conversion |
getDefaultConverter()
Returns the converter for the default conversion type. |
java.lang.String |
getDescription()
Returns the description of business object that this PropertyDescriptor describes. |
java.lang.Class<?> |
getImplClass()
Gets the class of the business object descripted by this PropertyDescription. |
ElementState |
getInitialState()
Returns the initial business state of the business object described by this PropertyDescriptor. |
java.lang.Object |
getInitialValue()
Returns the initial value of the business object described by this PropertyDescriptor. |
java.lang.String |
getName()
Returns the name of this PropertyDescriptor. |
java.util.Hashtable<?,?> |
getParameters()
Returns the keyValuePairs hashtable. |
Type |
getType()
Returns the Type of business object that this PropertyDescriptor describes. |
Validation |
getValidator()
Returns the validator responsible for handling validation of the business object described. |
TypedData |
initializeInstance(TypedData arg0)
Initializes the businessObject attributes. |
protected void |
initializeState(ElementState arg0)
Initializes the initialState property based on the attributes defined in the key-value pairs. |
void |
readExternal(java.io.ObjectInput arg0)
Invokes the object creation from an ObjectInput. |
void |
setConversion(Conversion converter)
Convenience method to set the converter to the default converter. |
void |
setConversion(java.lang.String arg0,
Conversion arg1)
Sets the converter that handles the specified conversion type. |
protected void |
setInitialState(ElementState iniState)
Sets the initial business state for the PropertyDescriptor. |
protected void |
setInitialValue(java.lang.Object value)
Sets the initial value for the PropertyDescriptor. |
void |
setName(java.lang.String aName)
Sets the name attribute. |
void |
setValidator(Validation validator)
Sets the validator to be employed by this PropertyDescriptor to that passed. |
java.lang.Object |
unformatFromReader(java.io.Reader reader,
java.lang.String conversionType)
Uses the passed reader to construct an Object of the correct Type using the appropriate conversion type. |
java.lang.Object |
unformatFromReader(java.io.Reader reader,
java.lang.String conversionType,
java.util.Locale locale)
Uses the reader passed to construct an Object of the correct Type using the specified conversion type and the specified locale. |
java.lang.Object |
unformatFromReader(java.io.Reader reader,
java.lang.String conversionType,
java.util.Locale arg2,
Hashtable params)
Uses the reader passed to construct an Object of the correct Type using the specified conversion type and the specified locale. |
java.lang.Object |
unformatFromString(java.lang.String value,
java.lang.String conversionType)
Converts the String passed to an Object using the appropriate conversion Type. |
java.lang.Object |
unformatFromString(java.lang.String value,
java.lang.String conversionType,
Hashtable parameters)
Converts the String passed to an Object using the appropriate conversion Type. |
java.lang.Object |
unformatFromString(java.lang.String value,
java.lang.String conversionType,
java.util.Locale locale)
Converts the String passed to an Object using the specified conversion Type and the specified locale. |
java.lang.Object |
unformatFromString(java.lang.String value,
java.lang.String conversionType,
java.util.Locale locale,
Hashtable parameters)
Converts the String passed to an Object using the specified conversion Type, the specified locale, and the specified Hashtable. |
java.lang.Object |
validate(java.lang.Object toValidate)
Validates the Object by first unformatting and then applying business rules. |
java.lang.Object |
validate(java.lang.Object toValidate,
boolean useState)
Validates the Object passed by first unformatting and then applying business rules. |
java.lang.Object |
validate(java.lang.Object toValidate,
Hashtable parameters)
Validates the Object by first unformatting and then applying business rules. |
java.lang.Object |
validate(java.lang.Object toValidate,
java.lang.String convType)
Validates the Object by first unformatting using the convType conversion and then applying business rules. |
java.lang.Object |
validate(java.lang.Object toValidate,
java.lang.String convType,
boolean arg2)
Validates the Object by first unformatting using the convType conversion and then applying business rules. |
java.lang.Object |
validate(java.lang.Object toValidate,
java.lang.String convType,
boolean arg2,
Hashtable parameters)
Validates the Object by first unformatting using the convType conversion and then applying business rules. |
java.lang.Object |
validate(java.lang.Object toValidate,
java.lang.String convType,
Hashtable parameters)
Validates the Object by first unformatting using the convType conversion and then applying business rules. |
void |
validateParams()
Validates the parameters externaly defined for this descriptor. |
void |
validateParams(Hashtable parameters)
Validates the parameters passed as a Hashtable. |
void |
writeExternal(java.io.ObjectOutput arg0)
Provides concrete serialization handling for AbstractPropertyDescriptor. |
Methods inherited from class com.ibm.btt.base.types.AbstractPropertyDescriptor |
---|
applyDefaultDescriptor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasePropertyDescriptor()
public BasePropertyDescriptor(java.lang.String name, java.util.Hashtable<?,?> keyValuePairs) throws DSETypeException
DSETypeException
public BasePropertyDescriptor(java.lang.String name, java.util.Hashtable<?,?> keyValuePairs, java.lang.String typeName) throws DSETypeException
DSETypeException
Method Detail |
---|
@Deprecated public void applyDefaultDescriptorForType(PropertyDescription defaultDescriptor)
AbstractPropertyDescriptor
applyDefaultDescriptorForType
in class AbstractPropertyDescriptor
public abstract java.lang.Object cloneDescriptee(java.lang.Object arg0) throws DSETypeException
AbstractPropertyDescriptor
cloneDescriptee
in interface PropertyDescription
cloneDescriptee
in class AbstractPropertyDescriptor
arg0
- Object
DSETypeException
- - Cloning is unsuccessfulpublic java.lang.Object convertFrom(java.lang.Object obj, java.lang.String convType, boolean byReference, java.util.Locale locale, Hashtable parameters) throws DSETypeException
AbstractPropertyDescriptor
convertFrom
in interface PropertyDescription
convertFrom
in class AbstractPropertyDescriptor
DSETypeException
- if the conversion type is not supportedpublic java.lang.Object convertFrom(java.lang.Object obj, java.lang.String convType, boolean byReference, java.util.Locale locale) throws DSETypeException
AbstractPropertyDescriptor
convertFrom
in interface PropertyDescription
convertFrom
in class AbstractPropertyDescriptor
DSETypeException
- if the conversion type is not supportedpublic java.lang.Object convertFrom(java.lang.Object obj, java.lang.String convType, boolean byReference) throws DSETypeException
AbstractPropertyDescriptor
convertFrom
in interface PropertyDescription
convertFrom
in class AbstractPropertyDescriptor
DSETypeException
- if the conversion type is not supportedpublic java.lang.Object convertFrom(java.lang.Object obj, java.lang.String convType) throws DSETypeException
AbstractPropertyDescriptor
convertFrom
in interface PropertyDescription
convertFrom
in class AbstractPropertyDescriptor
obj
- java.lang.ObjectconvType
- java.lang.String
DSETypeException
- if the conversion type is not supportedpublic java.lang.Object convertFrom(java.lang.Object obj) throws DSETypeException
AbstractPropertyDescriptor
convertFrom
in interface PropertyDescription
convertFrom
in class AbstractPropertyDescriptor
obj
- java.lang.Object
DSETypeException
- if the conversion type is not supportedpublic java.lang.Object convertTo(java.lang.Object obj, java.lang.String convType, boolean byReference, java.util.Locale locale, Hashtable parameters) throws DSETypeException
AbstractPropertyDescriptor
convertTo
in interface PropertyDescription
convertTo
in class AbstractPropertyDescriptor
DSETypeException
- if the conversion type is not supportedpublic java.lang.Object convertTo(java.lang.Object obj, java.lang.String convType, boolean byReference, java.util.Locale locale) throws DSETypeException
AbstractPropertyDescriptor
convertTo
in interface PropertyDescription
convertTo
in class AbstractPropertyDescriptor
DSETypeException
- if the conversion type is not supportedpublic java.lang.Object convertTo(java.lang.Object obj, java.lang.String convType, boolean byReference) throws DSETypeException
AbstractPropertyDescriptor
convertTo
in interface PropertyDescription
convertTo
in class AbstractPropertyDescriptor
DSETypeException
- if the conversion type is not supportedpublic java.lang.Object convertTo(java.lang.Object obj, java.lang.String convType) throws DSETypeException
AbstractPropertyDescriptor
convertTo
in interface PropertyDescription
convertTo
in class AbstractPropertyDescriptor
obj
- java.lang.ObjectconvType
- java.lang.String
DSETypeException
- if the conversion type is not supportedpublic java.lang.Object convertTo(java.lang.Object obj) throws DSETypeException
AbstractPropertyDescriptor
convertTo
in interface PropertyDescription
convertTo
in class AbstractPropertyDescriptor
obj
- java.lang.Object
DSETypeException
- if the conversion type is not supportedpublic java.lang.String formatToString(java.lang.Object value, java.lang.String conversionType, Hashtable parameters) throws DSETypeException
AbstractPropertyDescriptor
formatToString
in interface PropertyDescription
formatToString
in class AbstractPropertyDescriptor
value
- ObjectconversionType
- Stringparameters
- com.ibm.btt.base.Hashtable
DSETypeException
- Formatting is unsuccessful.public java.lang.String formatToString(java.lang.Object value, java.lang.String conversionType, java.util.Locale locale) throws DSETypeException
AbstractPropertyDescriptor
formatToString
in interface PropertyDescription
formatToString
in class AbstractPropertyDescriptor
value
- ObjectconversionType
- Stringlocale
- Locale
DSETypeException
- Formatting is unsuccessful.public java.lang.String formatToString(java.lang.Object value, java.lang.String conversionType) throws DSETypeException
AbstractPropertyDescriptor
formatToString
in interface PropertyDescription
formatToString
in class AbstractPropertyDescriptor
value
- ObjectconversionType
- String
DSETypeException
- Formatting is unsuccessful.public void formatToWriter(java.lang.Object value, java.lang.String conversionType, java.io.Writer writer, Hashtable parameters) throws DSETypeException
AbstractPropertyDescriptor
formatToWriter
in class AbstractPropertyDescriptor
value
- ObjectconversionType
- Stringwriter
- Writerparameters
- com.ibm.btt.base.Hashtable
DSETypeException
public void formatToWriter(java.lang.Object arg0, java.lang.String arg1, java.io.Writer arg2, java.util.Locale arg3, Hashtable arg4) throws DSETypeException
AbstractPropertyDescriptor
formatToWriter
in class AbstractPropertyDescriptor
arg0
- Objectarg1
- Stringarg2
- Writerarg3
- Localearg4
- com.ibm.btt.base.Hashtable
DSETypeException
- Formatting is unsuccessful.public void formatToWriter(java.lang.Object arg0, java.lang.String arg1, java.io.Writer arg2, java.util.Locale arg3) throws DSETypeException
AbstractPropertyDescriptor
formatToWriter
in interface PropertyDescription
formatToWriter
in class AbstractPropertyDescriptor
arg0
- Objectarg1
- Stringarg2
- Writerarg3
- Locale
DSETypeException
- Formatting is unsuccessful.public void formatToWriter(java.lang.Object value, java.lang.String conversionType, java.io.Writer writer) throws DSETypeException
AbstractPropertyDescriptor
formatToWriter
in interface PropertyDescription
formatToWriter
in class AbstractPropertyDescriptor
value
- ObjectconversionType
- Stringwriter
- Writer
DSETypeException
- - Formatting is unsuccessfulpublic Conversion getConversion(java.lang.String conversionType)
AbstractPropertyDescriptor
getConversion
in interface PropertyDescription
getConversion
in class AbstractPropertyDescriptor
conversionType
- String
@Deprecated protected Conversion getConverterFromConversionType(java.lang.String arg0) throws DSETypeException
AbstractPropertyDescriptor
getConverterFromConversionType
in class AbstractPropertyDescriptor
DSETypeException
- if the requested conversionType is not supportedpublic java.util.Enumeration<?> getConverters()
AbstractPropertyDescriptor
getConverters
in interface PropertyDescription
getConverters
in class AbstractPropertyDescriptor
protected Conversion getDefaultConverter() throws DSETypeException
AbstractPropertyDescriptor
getDefaultConverter
in class AbstractPropertyDescriptor
DSETypeException
- if the requested conversionType is not supportedpublic java.lang.String getDescription()
AbstractPropertyDescriptor
getDescription
in interface PropertyDescription
getDescription
in class AbstractPropertyDescriptor
public java.lang.Class<?> getImplClass() throws DSETypeException
AbstractPropertyDescriptor
getImplClass
in interface PropertyDescription
getImplClass
in class AbstractPropertyDescriptor
DSETypeException
public ElementState getInitialState()
AbstractPropertyDescriptor
getInitialState
in interface PropertyDescription
getInitialState
in class AbstractPropertyDescriptor
public java.lang.Object getInitialValue()
AbstractPropertyDescriptor
getInitialValue
in interface PropertyDescription
getInitialValue
in class AbstractPropertyDescriptor
public java.lang.String getName()
AbstractPropertyDescriptor
getName
in interface PropertyDescription
getName
in class AbstractPropertyDescriptor
public java.util.Hashtable<?,?> getParameters()
AbstractPropertyDescriptor
getParameters
in interface PropertyDescription
getParameters
in class AbstractPropertyDescriptor
public Type getType()
AbstractPropertyDescriptor
getType
in interface PropertyDescription
getType
in class AbstractPropertyDescriptor
public Validation getValidator()
AbstractPropertyDescriptor
getValidator
in interface PropertyDescription
getValidator
in class AbstractPropertyDescriptor
public TypedData initializeInstance(TypedData arg0) throws DSETypeException
AbstractPropertyDescriptor
initializeInstance
in interface PropertyDescription
initializeInstance
in class AbstractPropertyDescriptor
arg0
- com.ibm.btt.base.TypedData
DSETypeException
protected void initializeState(ElementState arg0)
AbstractPropertyDescriptor
initializeState
in class AbstractPropertyDescriptor
public void readExternal(java.io.ObjectInput arg0) throws java.io.IOException, java.lang.ClassNotFoundException
AbstractPropertyDescriptor
readExternal
in interface java.io.Externalizable
readExternal
in class AbstractPropertyDescriptor
arg0
- java.io.ObjectInput
java.io.IOException
java.lang.ClassNotFoundException
public void setConversion(Conversion converter) throws DSETypeException
AbstractPropertyDescriptor
setConversion
in interface PropertyDescription
setConversion
in class AbstractPropertyDescriptor
converter
- Conversion
DSETypeException
- Conversion type is already supported.public void setConversion(java.lang.String arg0, Conversion arg1) throws DSETypeException
AbstractPropertyDescriptor
setConversion
in interface PropertyDescription
setConversion
in class AbstractPropertyDescriptor
arg0
- Stringarg1
- Conversion
DSETypeException
- Conversion type is already supported.protected void setInitialState(ElementState iniState)
AbstractPropertyDescriptor
setInitialState
in class AbstractPropertyDescriptor
protected void setInitialValue(java.lang.Object value)
AbstractPropertyDescriptor
setInitialValue
in class AbstractPropertyDescriptor
value
- Objectpublic void setName(java.lang.String aName)
AbstractPropertyDescriptor
setName
in class AbstractPropertyDescriptor
aName
- java.lang.Stringpublic void setValidator(Validation validator) throws DSETypeException
AbstractPropertyDescriptor
setValidator
in interface PropertyDescription
setValidator
in class AbstractPropertyDescriptor
validator
- Validation
DSETypeException
- Validator cannot validate the business object described.public java.lang.Object unformatFromReader(java.io.Reader reader, java.lang.String conversionType, java.util.Locale arg2, Hashtable params) throws DSETypeException
AbstractPropertyDescriptor
unformatFromReader
in class AbstractPropertyDescriptor
reader
- ReaderconversionType
- Stringarg2
- Localeparams
- com.ibm.btt.base.Hashtable
DSETypeException
- Unformatting is unsuccessful.public java.lang.Object unformatFromReader(java.io.Reader reader, java.lang.String conversionType, java.util.Locale locale) throws DSETypeException
AbstractPropertyDescriptor
unformatFromReader
in interface PropertyDescription
unformatFromReader
in class AbstractPropertyDescriptor
reader
- ReaderconversionType
- Stringlocale
- Locale
DSETypeException
- Unformatting is unsuccessful.public java.lang.Object unformatFromReader(java.io.Reader reader, java.lang.String conversionType) throws DSETypeException
AbstractPropertyDescriptor
unformatFromReader
in interface PropertyDescription
unformatFromReader
in class AbstractPropertyDescriptor
reader
- ReaderconversionType
- String
DSETypeException
- Unformatting is unsuccessful.public java.lang.Object unformatFromString(java.lang.String value, java.lang.String conversionType, Hashtable parameters) throws DSETypeException
AbstractPropertyDescriptor
unformatFromString
in interface PropertyDescription
unformatFromString
in class AbstractPropertyDescriptor
value
- StringconversionType
- Stringparameters
- com.ibm.btt.base.Hashtable
DSETypeException
- Unformatting is unsuccessful.public java.lang.Object unformatFromString(java.lang.String value, java.lang.String conversionType, java.util.Locale locale, Hashtable parameters) throws DSETypeException
AbstractPropertyDescriptor
unformatFromString
in class AbstractPropertyDescriptor
value
- StringconversionType
- Stringlocale
- Localeparameters
- com.ibm.btt.base.Hashtable
DSETypeException
- Unformatting is unsuccessful.public java.lang.Object unformatFromString(java.lang.String value, java.lang.String conversionType, java.util.Locale locale) throws DSETypeException
AbstractPropertyDescriptor
unformatFromString
in interface PropertyDescription
unformatFromString
in class AbstractPropertyDescriptor
value
- StringconversionType
- Stringlocale
- Locale
DSETypeException
- Unformatting is unsuccessful.public java.lang.Object unformatFromString(java.lang.String value, java.lang.String conversionType) throws DSETypeException
AbstractPropertyDescriptor
unformatFromString
in interface PropertyDescription
unformatFromString
in class AbstractPropertyDescriptor
value
- StringconversionType
- String
DSETypeException
- Unformatting is unsuccessful.public java.lang.Object validate(java.lang.Object toValidate, boolean useState) throws DSETypeException
AbstractPropertyDescriptor
validate
in interface PropertyDescription
validate
in class AbstractPropertyDescriptor
toValidate
- ObjectuseState
- boolean
DSETypeException
- Validation is unsuccessful.public java.lang.Object validate(java.lang.Object toValidate, Hashtable parameters) throws DSETypeException
AbstractPropertyDescriptor
validate
in interface PropertyDescription
validate
in class AbstractPropertyDescriptor
toValidate
- Objectparameters
- com.ibm.btt.base.Hashtable
DSETypeException
- Validation is unsuccessful.public java.lang.Object validate(java.lang.Object toValidate, java.lang.String convType, boolean arg2, Hashtable parameters) throws DSETypeException
AbstractPropertyDescriptor
validate
in interface PropertyDescription
validate
in class AbstractPropertyDescriptor
toValidate
- ObjectconvType
- Stringarg2
- booleanparameters
- com.ibm.btt.base.Hashtable
DSETypeException
- Validation is unsuccessful.public java.lang.Object validate(java.lang.Object toValidate, java.lang.String convType, boolean arg2) throws DSETypeException
AbstractPropertyDescriptor
validate
in interface PropertyDescription
validate
in class AbstractPropertyDescriptor
toValidate
- ObjectconvType
- Stringarg2
- boolean
DSETypeException
- Validation is unsuccessful.public java.lang.Object validate(java.lang.Object toValidate, java.lang.String convType, Hashtable parameters) throws DSETypeException
AbstractPropertyDescriptor
validate
in interface PropertyDescription
validate
in class AbstractPropertyDescriptor
toValidate
- ObjectconvType
- Stringparameters
- com.ibm.btt.base.Hashtable
DSETypeException
- Validation is unsuccessful.public java.lang.Object validate(java.lang.Object toValidate, java.lang.String convType) throws DSETypeException
AbstractPropertyDescriptor
validate
in interface PropertyDescription
validate
in class AbstractPropertyDescriptor
toValidate
- ObjectconvType
- String
DSETypeException
- Validation is unsuccessful.public java.lang.Object validate(java.lang.Object toValidate) throws DSETypeException
AbstractPropertyDescriptor
validate
in interface PropertyDescription
validate
in class AbstractPropertyDescriptor
toValidate
- Object
DSETypeException
- Validation is unsuccessful.public void validateParams() throws DSETypeException
AbstractPropertyDescriptor
validateParams
in interface PropertyDescription
validateParams
in class AbstractPropertyDescriptor
DSETypeException
- Thrown if the parameter validation failspublic void validateParams(Hashtable parameters) throws DSETypeException
AbstractPropertyDescriptor
validateParams
in interface PropertyDescription
validateParams
in class AbstractPropertyDescriptor
parameters
- com.ibm.btt.base.Hashtable
DSETypeException
- - Thrown if the parameter validation failspublic void writeExternal(java.io.ObjectOutput arg0) throws java.io.IOException
AbstractPropertyDescriptor
writeExternal
in interface java.io.Externalizable
writeExternal
in class AbstractPropertyDescriptor
arg0
- java.io.ObjectOutput
java.io.IOException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |