Interface ReservedProperty

All Known Implementing Classes:
ReservedFormatProperty, ReservedInfoProperty

public interface ReservedProperty
A field specified as reserved in the VCF specification.
  • Method Details

    • getId

      @Nonnull String getId()
    • getDescription

      @Nonnull String getDescription()
    • getType

      @Nonnull Class getType()
    • isList

      boolean isList()