Interface BIConversion
-
- All Known Implementing Classes:
BIEnumeration
,BIUserConversion
public interface BIConversion
conversion declaration (<conversion> and <enumeration>
).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeUse
getTransducer()
Gets a transducer for this conversion.java.lang.String
name()
Gets the conversion name.
-
-
-
Method Detail
-
name
java.lang.String name()
Gets the conversion name.
-
getTransducer
TypeUse getTransducer()
Gets a transducer for this conversion.
-
-