Uses of Class
org.teiid.metadata.KeyRecord.Type
-
Packages that use KeyRecord.Type Package Description org.teiid.metadata -
-
Uses of KeyRecord.Type in org.teiid.metadata
Methods in org.teiid.metadata that return KeyRecord.Type Modifier and Type Method Description KeyRecord.TypeKeyRecord. getType()static KeyRecord.TypeKeyRecord.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyRecord.Type[]KeyRecord.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teiid.metadata with parameters of type KeyRecord.Type Constructor Description KeyRecord(KeyRecord.Type type)
-