
public interface Convert<T> extends Child<T>, OrmConvertCommType<T,Convert<T>>
convert xsd type| Modifier and Type | Method and Description |
|---|---|
Convert<T> |
attributeName(String attributeName)
Sets the
attribute-name attribute |
Convert<T> |
converter(String converter)
Sets the
converter attribute |
Convert<T> |
description(String description)
Sets the
description element |
Convert<T> |
disableConversion(Boolean disableConversion)
Sets the
disable-conversion attribute |
String |
getAttributeName()
Returns the
attribute-name attribute |
String |
getConverter()
Returns the
converter attribute |
String |
getDescription()
Returns the
description element |
Boolean |
isDisableConversion()
Returns the
disable-conversion attribute |
Convert<T> |
removeAttributeName()
Removes the
attribute-name attribute |
Convert<T> |
removeConverter()
Removes the
converter attribute |
Convert<T> |
removeDescription()
Removes the
description element |
Convert<T> |
removeDisableConversion()
Removes the
disable-conversion attribute |
Convert<T> description(String description)
description elementdescription - the value for the element descriptionConvertString getDescription()
description elementdescriptionConvert<T> removeDescription()
description elementConvertConvert<T> converter(String converter)
converter attributeconverter - the value for the attribute converterConvertString getConverter()
converter attributeconverterConvert<T> removeConverter()
converter attributeConvertConvert<T> attributeName(String attributeName)
attribute-name attributeattributeName - the value for the attribute attribute-nameConvertString getAttributeName()
attribute-name attributeattribute-nameConvert<T> removeAttributeName()
attribute-name attributeConvertConvert<T> disableConversion(Boolean disableConversion)
disable-conversion attributedisableConversion - the value for the attribute disable-conversionConvertBoolean isDisableConversion()
disable-conversion attributedisable-conversionCopyright © 2025 JBoss by Red Hat. All rights reserved.