public interface Convert<T> extends Child<T>, OrmConvertCommType<T,Convert<T>>
convert
xsd typeModifier 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 description
Convert
String getDescription()
description
elementdescription
Convert<T> removeDescription()
description
elementConvert
Convert<T> converter(String converter)
converter
attributeconverter
- the value for the attribute converter
Convert
String getConverter()
converter
attributeconverter
Convert<T> removeConverter()
converter
attributeConvert
Convert<T> attributeName(String attributeName)
attribute-name
attributeattributeName
- the value for the attribute attribute-name
Convert
String getAttributeName()
attribute-name
attributeattribute-name
Convert<T> removeAttributeName()
attribute-name
attributeConvert
Convert<T> disableConversion(Boolean disableConversion)
disable-conversion
attributedisableConversion
- the value for the attribute disable-conversion
Convert
Boolean isDisableConversion()
disable-conversion
attributedisable-conversion
Copyright © 2018 JBoss by Red Hat. All rights reserved.