Enum Class TraitDefinition.ChangeType

java.lang.Object
java.lang.Enum<TraitDefinition.ChangeType>
software.amazon.smithy.model.traits.TraitDefinition.ChangeType
All Implemented Interfaces:
Serializable, Comparable<TraitDefinition.ChangeType>, Constable, ToNode
Enclosing class:
TraitDefinition

public static enum TraitDefinition.ChangeType extends Enum<TraitDefinition.ChangeType> implements ToNode
  • Enum Constant Details

  • Method Details

    • values

      public static TraitDefinition.ChangeType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TraitDefinition.ChangeType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • fromNode

      public static TraitDefinition.ChangeType fromNode(Node node)
      Creates a ChangeType value from a node.
      Parameters:
      node - Node to parse.
      Returns:
      Returns the parsed ChangeType.
      Throws:
      ExpectationNotMetException - if the node is invalid.
    • toNode

      public Node toNode()
      Description copied from interface: ToNode
      Converts a value to a Node.
      Specified by:
      toNode in interface ToNode
      Returns:
      Returns the creates Node.
    • toString

      public String toString()
      Overrides:
      toString in class Enum<TraitDefinition.ChangeType>