Uses of Class
edu.vt.middleware.ldap.dsml.DsmlSearch.Version
-
Packages that use DsmlSearch.Version Package Description edu.vt.middleware.ldap.dsml -
-
Uses of DsmlSearch.Version in edu.vt.middleware.ldap.dsml
Methods in edu.vt.middleware.ldap.dsml that return DsmlSearch.Version Modifier and Type Method Description DsmlSearch.Version
DsmlSearch. getVersion()
This gets the version of dsml to produce.static DsmlSearch.Version
DsmlSearch.Version. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DsmlSearch.Version[]
DsmlSearch.Version. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.vt.middleware.ldap.dsml with parameters of type DsmlSearch.Version Modifier and Type Method Description void
DsmlSearch. setVersion(DsmlSearch.Version v)
This sets the version of dsml to produce.
-