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