Class DateTimeFormatUtil.LiteralComponent

java.lang.Object
dev.metaschema.core.metapath.function.library.DateTimeFormatUtil.FormatComponent
dev.metaschema.core.metapath.function.library.DateTimeFormatUtil.LiteralComponent
Enclosing class:
DateTimeFormatUtil

public static class DateTimeFormatUtil.LiteralComponent extends DateTimeFormatUtil.FormatComponent
A literal text component in a picture string.
  • Constructor Details

    • LiteralComponent

      public LiteralComponent(@NonNull String text)
      Construct a new literal component.
      Parameters:
      text - the literal text
  • Method Details

    • getText

      @NonNull public String getText()
      Get the literal text.
      Returns:
      the text