Uses of Enum Class
io.resys.hdes.client.api.ast.AstCommand.AstCommandValue
Packages that use AstCommand.AstCommandValue
-
Uses of AstCommand.AstCommandValue in io.resys.hdes.client.api.ast
Methods in io.resys.hdes.client.api.ast that return AstCommand.AstCommandValueModifier and TypeMethodDescriptionAstCommand.getType()ImmutableAstCommand.getType()static AstCommand.AstCommandValueReturns the enum constant of this class with the specified name.static AstCommand.AstCommandValue[]AstCommand.AstCommandValue.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.resys.hdes.client.api.ast with parameters of type AstCommand.AstCommandValueModifier and TypeMethodDescriptionImmutableAstCommand.Builder.type(AstCommand.AstCommandValue type) Initializes the value for thetypeattribute.final ImmutableAstCommandImmutableAstCommand.withType(AstCommand.AstCommandValue value) Copy the current immutable object by setting a value for thetypeattribute.