BIConversion
public class BIUserConversion extends Object implements BIConversion
<conversion>
declaration in the binding file.
This declaration declares a conversion by user-specified methods.Modifier and Type | Method | Description |
---|---|---|
Locator |
getSourceLocation() |
Gets the location where this declaration is declared.
|
TypeUse |
getTransducer() |
Gets a transducer for this conversion.
|
String |
name() |
Gets the conversion name.
|
public Locator getSourceLocation()
public String name()
name
in interface BIConversion
public TypeUse getTransducer()
getTransducer
in interface BIConversion
Copyright © 2018 Oracle Corporation. All rights reserved.