Uses of Enum Class
org.metabit.platform.interfacing.jjournal.JournalField
Packages that use JournalField
-
Uses of JournalField in org.metabit.platform.interfacing.jjournal
Fields in org.metabit.platform.interfacing.jjournal with type parameters of type JournalFieldModifier and TypeFieldDescriptionprivate static final Map<String, JournalField> JournalField.reverseMapMethods in org.metabit.platform.interfacing.jjournal that return JournalFieldModifier and TypeMethodDescriptionstatic JournalFieldlookup a field by provided journal field name.static JournalFieldReturns the enum constant of this class with the specified name.static JournalField[]JournalField.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.metabit.platform.interfacing.jjournal that return types with arguments of type JournalFieldModifier and TypeMethodDescriptionJournal.getAvailableFields()list all available fields in current journal, insofar defined in the fields enum.Methods in org.metabit.platform.interfacing.jjournal with parameters of type JournalFieldModifier and TypeMethodDescriptionvoidJournal.filteringAddFilterExpressionExactMatch(JournalField journalField, byte[] valueToMatch) add a filter for a field to match a byte sequencevoidJournal.filteringAddFilterExpressionExactMatch(JournalField journalField, String valueToMatch) add a filter for a field to match a Stringbyte[]Journal.readFieldAsByteArray(JournalField field) read a field as byte[].Journal.readFieldAsString(JournalField field) read a field as StringJournal.readFieldAsStringRaw(JournalField field) read a field as StringMethod parameters in org.metabit.platform.interfacing.jjournal with type arguments of type JournalFieldModifier and TypeMethodDescriptionvoidJournal.readFieldsAsStrings(Set<JournalField> fields, Map<JournalField, String> targetMap) read a complete set of fields, using the JournalField enum.voidJournal.readFieldsAsStrings(Set<JournalField> fields, Map<JournalField, String> targetMap) read a complete set of fields, using the JournalField enum.