Uses of Class
technology.dice.dicewhere.decorator.DecorationStrategy
-
Packages that use DecorationStrategy Package Description technology.dice.dicewhere.decorator -
-
Uses of DecorationStrategy in technology.dice.dicewhere.decorator
Methods in technology.dice.dicewhere.decorator that return DecorationStrategy Modifier and Type Method Description static DecorationStrategyDecorationStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static DecorationStrategy[]DecorationStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in technology.dice.dicewhere.decorator with parameters of type DecorationStrategy Constructor Description VpnDecorator(Collection<DecoratorDbReader<VpnDecoratorInformation>> databaseReaders, DecorationStrategy decorationStrategy)
-