Uses of Class
javax.xml.bind.annotation.XmlAccessType
-
Packages that use XmlAccessType 软件包 描述 javax.xml.bind.annotation 定义用于将Java程序元素定制到XML模式映射的注释。 -
-
Uses of XmlAccessType in javax.xml.bind.annotation
Methods in javax.xml.bind.annotation that return XmlAccessType Modifier and Type 方法 描述 static XmlAccessType
XmlAccessType. valueOf(String name)
以指定的名称返回此类型的枚举常量。static XmlAccessType[]
XmlAccessType. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。
-