public interface GroupConversionType<T> extends Child<T>, MapGroupConversionCommonType<T,GroupConversionType<T>>
groupConversionType
xsd typeModifier and Type | Method and Description |
---|---|
GroupConversionType<T> |
from(String from)
Sets the
from attribute |
String |
getFrom()
Returns the
from attribute |
String |
getTo()
Returns the
to attribute |
GroupConversionType<T> |
removeFrom()
Removes the
from attribute |
GroupConversionType<T> |
removeTo()
Removes the
to attribute |
GroupConversionType<T> |
to(String to)
Sets the
to attribute |
GroupConversionType<T> from(String from)
from
attributefrom
- the value for the attribute from
GroupConversionType
String getFrom()
from
attributefrom
GroupConversionType<T> removeFrom()
from
attributeGroupConversionType
GroupConversionType<T> to(String to)
to
attributeto
- the value for the attribute to
GroupConversionType
String getTo()
to
attributeto
GroupConversionType<T> removeTo()
to
attributeGroupConversionType
Copyright © 2022 JBoss by Red Hat. All rights reserved.