org.omegahat.Interfaces.NativeInterface
Interface ConvertibleClassifierInt

All Known Implementing Classes:
ConvertibleClassifier

public interface ConvertibleClassifierInt


Field Summary
static int ASSIGNABLE_FROM_MATCH
           
static int EXACT_MATCH
           
static int INSTANCEOF_MATCH
           
 
Method Summary
 java.lang.String[] getConvertibleClasses()
           
 boolean isConvertible(java.lang.Object o)
           
 void setConvertible(java.lang.Class c, int type, boolean ok)
           
 

Field Detail

INSTANCEOF_MATCH

public static final int INSTANCEOF_MATCH

EXACT_MATCH

public static final int EXACT_MATCH

ASSIGNABLE_FROM_MATCH

public static final int ASSIGNABLE_FROM_MATCH
Method Detail

isConvertible

public boolean isConvertible(java.lang.Object o)

setConvertible

public void setConvertible(java.lang.Class c,
                           int type,
                           boolean ok)

getConvertibleClasses

public java.lang.String[] getConvertibleClasses()