Uses of Class
com.floragunn.searchguard.sgconf.impl.v7.BlocksV7.Type
-
Packages that use BlocksV7.Type Package Description com.floragunn.searchguard.sgconf.impl.v7 -
-
Uses of BlocksV7.Type in com.floragunn.searchguard.sgconf.impl.v7
Methods in com.floragunn.searchguard.sgconf.impl.v7 that return BlocksV7.Type Modifier and Type Method Description BlocksV7.TypeBlocksV7. getType()static BlocksV7.TypeBlocksV7.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static BlocksV7.Type[]BlocksV7.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.floragunn.searchguard.sgconf.impl.v7 with parameters of type BlocksV7.Type Modifier and Type Method Description voidBlocksV7. setType(BlocksV7.Type type)
-