Uses of Class
com.dremio.nessie.hms.annotation.MethodSignature.SigType
-
Packages that use MethodSignature.SigType Package Description com.dremio.nessie.hms.annotation -
-
Uses of MethodSignature.SigType in com.dremio.nessie.hms.annotation
Methods in com.dremio.nessie.hms.annotation that return MethodSignature.SigType Modifier and Type Method Description static MethodSignature.SigTypeMethodSignature.SigType. valueOf(String name)Returns the enum constant of this type with the specified name.static MethodSignature.SigType[]MethodSignature.SigType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-