Uses of Class
org.smallmind.scribe.pen.RecordElement
-
Packages that use RecordElement Package Description org.smallmind.scribe.pen -
-
Uses of RecordElement in org.smallmind.scribe.pen
Methods in org.smallmind.scribe.pen that return RecordElement Modifier and Type Method Description static RecordElementRecordElement. valueOf(String name)Returns the enum constant of this type with the specified name.static RecordElement[]RecordElement. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.smallmind.scribe.pen with parameters of type RecordElement Modifier and Type Method Description voidFluentAppender. setRecordElements(RecordElement[] recordElements)XMLFormatterXMLFormatter. setRecordElements(RecordElement[] recordElements)Constructors in org.smallmind.scribe.pen with parameters of type RecordElement Constructor Description MessagePackFormatter(Timestamp timestamp, RecordElement[] recordElements, String newLine)
-