Skip to content

Commit

Permalink
add node type enum
Browse files Browse the repository at this point in the history
  • Loading branch information
wow-such-code committed Oct 21, 2024
1 parent 4e48a4b commit e1c5c3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/life/qbic/model/isa/NodeType.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package life.qbic.model.isa;

public enum NodeType {
ASSAY, SAMPLE, ASSET
}

0 comments on commit e1c5c3d

Please sign in to comment.