Uses of Enum Class
io.resys.hdes.client.api.ast.AstBody.CommandMessageType
Packages that use AstBody.CommandMessageType
-
Uses of AstBody.CommandMessageType in io.resys.hdes.client.api.ast
Methods in io.resys.hdes.client.api.ast that return AstBody.CommandMessageTypeModifier and TypeMethodDescriptionAstBody.AstCommandMessage.getType()ImmutableAstCommandMessage.getType()static AstBody.CommandMessageTypeReturns the enum constant of this class with the specified name.static AstBody.CommandMessageType[]AstBody.CommandMessageType.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 AstBody.CommandMessageTypeModifier and TypeMethodDescriptionImmutableAstCommandMessage.Builder.type(AstBody.CommandMessageType type) Initializes the value for thetypeattribute.ImmutableAstCommandMessage.withType(AstBody.CommandMessageType value) Copy the current immutable object by setting a value for thetypeattribute.