Uses of Enum Class
org.azd.enums.VariableValue
Packages that use VariableValue
-
Uses of VariableValue in org.azd.distributedtask.types
Methods in org.azd.distributedtask.types that return types with arguments of type VariableValueMethods in org.azd.distributedtask.types with parameters of type VariableValueModifier and TypeMethodDescriptionvoidVariableGroupMap.put(String name, String value, VariableValue valueType) Method parameters in org.azd.distributedtask.types with type arguments of type VariableValueModifier and TypeMethodDescriptionvoidVariableGroupDefinition.setVariables(Map<String, VariableValue> variables) -
Uses of VariableValue in org.azd.enums
Methods in org.azd.enums that return VariableValueModifier and TypeMethodDescriptionstatic VariableValueReturns the enum constant of this class with the specified name.static VariableValue[]VariableValue.values()Returns an array containing the constants of this enum class, in the order they are declared.