Uses of Class
javax.annotation.Resource.AuthenticationType
-
Packages that use Resource.AuthenticationType 软件包 描述 javax.annotation -
-
Uses of Resource.AuthenticationType in javax.annotation
Methods in javax.annotation that return Resource.AuthenticationType Modifier and Type 方法 描述 static Resource.AuthenticationType
Resource.AuthenticationType. valueOf(String name)
以指定的名称返回此类型的枚举常量。static Resource.AuthenticationType[]
Resource.AuthenticationType. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。
-