Uses of Class
org.icij.datashare.Note.Variant
-
Packages that use Note.Variant Package Description org.icij.datashare -
-
Uses of Note.Variant in org.icij.datashare
Fields in org.icij.datashare declared as Note.Variant Modifier and Type Field Description Note.VariantNote. variantMethods in org.icij.datashare that return Note.Variant Modifier and Type Method Description static Note.VariantNote.Variant. valueOf(String name)Returns the enum constant of this type with the specified name.static Note.Variant[]Note.Variant. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.icij.datashare with parameters of type Note.Variant Constructor Description Note(Project project, Path path, String note, Note.Variant variant)
-