Interface WXMMachineNameType

All Known Implementing Classes:
WXMMachineName

@Immutable
public interface WXMMachineNameType
A machine name, such as oregano.example.com.
  • Method Summary

    Modifier and Type Method Description
    default void checkPreconditions()
    Check preconditions for the type.
    java.lang.String value()  
  • Method Details

    • value

      @Parameter java.lang.String value()
      Returns:
      The machine name
    • checkPreconditions

      @Check default void checkPreconditions()
      Check preconditions for the type.