Class AbstractGenerationState.AllowedValueCollection

java.lang.Object
gov.nist.secauto.metaschema.schemagen.AbstractGenerationState.AllowedValueCollection
Enclosing class:
AbstractGenerationState<WRITER,DATATYPE_MANAGER extends gov.nist.secauto.metaschema.schemagen.datatype.IDatatypeManager>

public static class AbstractGenerationState.AllowedValueCollection extends Object
  • Constructor Details

    • AllowedValueCollection

      public AllowedValueCollection(boolean closed, @NonNull List<IAllowedValue> values)
  • Method Details

    • isClosed

      public boolean isClosed()
    • getValues

      @NonNull public List<IAllowedValue> getValues()