Uses of Class
org.apache.flink.table.annotation.ArgumentTrait
-
Packages that use ArgumentTrait Package Description org.apache.flink.table.annotation -
-
Uses of ArgumentTrait in org.apache.flink.table.annotation
Methods in org.apache.flink.table.annotation that return ArgumentTrait Modifier and Type Method Description ArgumentTrait[]value()The kind of the argument.static ArgumentTraitArgumentTrait. valueOf(String name)Returns the enum constant of this type with the specified name.static ArgumentTrait[]ArgumentTrait. values()Returns an array containing the constants of this enum type, in the order they are declared.
-