Package util

Class Constants.AttributesKeys

java.lang.Object
util.Constants.AttributesKeys
Enclosing class:
Constants

public abstract static class Constants.AttributesKeys extends Object
A nested utility class that defines keys for various attributes used in the application.

This class provides a centralized location for defining attribute keys related to genomic data, ensuring consistency and reducing the risk of hardcoding values in multiple places. These keys are used to store and retrieve metadata for samples, features, sequence types, and variants.

  • Field Details

  • Constructor Details

    • AttributesKeys

      public AttributesKeys()