Uses of Class
dw.xmlrpc.LinkInfo.Type
-
Packages that use LinkInfo.Type Package Description dw.xmlrpc -
-
Uses of LinkInfo.Type in dw.xmlrpc
Methods in dw.xmlrpc that return LinkInfo.Type Modifier and Type Method Description LinkInfo.Type
LinkInfo. type()
Whether it is a local or extern linkstatic LinkInfo.Type
LinkInfo.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LinkInfo.Type[]
LinkInfo.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dw.xmlrpc with parameters of type LinkInfo.Type Constructor Description LinkInfo(LinkInfo.Type type, java.lang.String page, java.lang.String href)
-