Package org.gbif.dwc.terms
Enum Class MixsTerm
- All Implemented Interfaces:
Serializable
,Comparable<MixsTerm>
,Constable
,AlternativeNames
,Term
All GenSC (Genomics Standards Consortium) Minimum Information about any Sequence (MIxS) terms
with namespace https://w3id.org/mixs/ or https://w3id.org/gensc/terms/MIXS:.
Note URIs here must use the https://w3id.org/mixs/0000001 form, but we keep the simple name for casual use
(the enum names, the simpleName for CSV headers etc).
See https://genomicsstandardsconsortium.github.io/mixs/
See https://github.com/GenomicsStandardsConsortium/mixs/blob/main/src/mixs/schema/mixs.yaml
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionString[]
boolean
isClass()
Informs if a term is generally used as a class term, i.e.The namespace the terms are in.prefix()
A unique standard prefix representing the namespace.The full qualified term uri including the namespace.The simple term name without any namespace or paths.toString()
static MixsTerm
Returns the enum constant of this class with the specified name.static MixsTerm[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
Methods inherited from interface org.gbif.dwc.terms.Term
prefixedName
-
Enum Constant Details
-
samp_size
-
samp_collect_device
-
isol_growth_condt
-
contam_screen_input
-
wga_amp_kit
-
experimental_factor
-
env_broad_scale
-
env_local_scale
-
env_medium
-
rel_to_oxygen
-
samp_mat_process
-
size_frac
-
subspecf_gen_lin
-
ploidy
-
num_replicons
-
extrachrom_elements
-
estimated_size
-
ref_biomaterial
-
source_mat_id
-
pathogenicity
-
biotic_relationship
-
specific_host
-
host_spec_range
-
host_disease_stat
-
trophic_level
-
propagation
-
encoded_traits
-
source_uvig
-
virus_enrich_appr
-
nucl_acid_ext
-
nucl_acid_amp
-
lib_size
-
lib_reads_seqd
-
lib_layout
-
lib_vector
-
lib_screen
-
target_gene
-
target_subfragment
-
pcr_primers
-
mid
-
adapters
-
pcr_cond
-
seq_meth
-
seq_quality_check
-
chimera_check
-
tax_ident
-
sc_lysis_method
-
wga_amp_appr
-
assembly_qual
-
assembly_name
-
assembly_software
-
annot
-
number_contig
-
feat_pred
-
ref_db
-
sim_search_meth
-
tax_class
-
_16s_recover
-
_16s_recover_software
-
trnas
-
trna_ext_software
-
compl_score
-
compl_software
-
compl_appr
-
contam_score
-
contam_screen_param
-
decontam_software
-
sort_tech
-
sc_lysis_approach
-
bin_param
-
bin_software
-
reassembly_bin
-
mag_cov_software
-
vir_ident_software
-
pred_genome_type
-
pred_genome_struc
-
detec_type
-
otu_class_appr
-
otu_seq_comp_appr
-
otu_db
-
host_pred_appr
-
host_pred_est_acc
-
sop
-
associated_resource
-
project_name
-
samp_vol_we_dna_ext
-
sieving
-
pool_dna_extracts
-
samp_name
-
samp_collect_method
-
-
Field Details
-
alternatives
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
-
simpleName
Description copied from interface:Term
The simple term name without any namespace or paths. For example scientificName.- Specified by:
simpleName
in interfaceTerm
-
alternativeNames
- Specified by:
alternativeNames
in interfaceAlternativeNames
- Returns:
- array of simple, alternative term names
-
qualifiedName
Description copied from interface:Term
The full qualified term uri including the namespace. For example http://rs.tdwg.org/dwc/terms/scientificName.- Specified by:
qualifiedName
in interfaceTerm
-
isClass
Description copied from interface:Term
Informs if a term is generally used as a class term, i.e. defining rowTypes not properties. For example VernacularName, Taxon or Occurrence -
prefix
Description copied from interface:Term
A unique standard prefix representing the namespace. For example dwc. -
namespace
Description copied from interface:Term
The namespace the terms are in. Default implementations here expect the namespace to end with a slash.
-