doc: Bug 495211: Update TmfTimestampFormat reference API
[deliverable/tracecompass.git] / doc / org.eclipse.tracecompass.doc.user / reference / api / serialized-form.html
CommitLineData
73cc4ccf
PT
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!-- NewPage -->
3<html lang="en">
4<head>
d187a562 5<!-- Generated by javadoc (1.8.0_91) on Mon Jun 06 13:57:27 EDT 2016 -->
73cc4ccf 6<title>Serialized Form</title>
d187a562 7<meta name="date" content="2016-06-06">
73cc4ccf 8<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
d187a562 9<script type="text/javascript" src="script.js"></script>
73cc4ccf
PT
10</head>
11<body>
12<script type="text/javascript"><!--
d187a562
PT
13 try {
14 if (location.href.indexOf('is-external=true') == -1) {
15 parent.document.title="Serialized Form";
16 }
17 }
18 catch(err) {
73cc4ccf
PT
19 }
20//-->
21</script>
22<noscript>
23<div>JavaScript is disabled on your browser.</div>
24</noscript>
25<div class="header">
26<h1 title="Serialized Form" class="title">Serialized Form</h1>
27</div>
28<div class="serializedFormContainer">
29<ul class="blockList">
30<li class="blockList">
31<h2 title="Package">Package&nbsp;org.eclipse.tracecompass.tmf.core.timestamp</h2>
32<ul class="blockList">
33<li class="blockList"><a name="org.eclipse.tracecompass.tmf.core.timestamp.TmfTimestampFormat">
34<!-- -->
35</a>
d187a562 36<h3>Class <a href="org/eclipse/tracecompass/tmf/core/timestamp/TmfTimestampFormat.html" title="class in org.eclipse.tracecompass.tmf.core.timestamp">org.eclipse.tracecompass.tmf.core.timestamp.TmfTimestampFormat</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html?is-external=true" title="class or interface in java.text">SimpleDateFormat</a> implements Serializable</h3>
73cc4ccf
PT
37<dl class="nameValue">
38<dt>serialVersionUID:</dt>
39<dd>2835829763122454020L</dd>
40</dl>
41<ul class="blockList">
d187a562 42<li class="blockList">
73cc4ccf
PT
43<h3>Serialized Fields</h3>
44<ul class="blockList">
45<li class="blockList">
46<h4>fPattern</h4>
d187a562 47<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> fPattern</pre>
73cc4ccf
PT
48</li>
49<li class="blockList">
50<h4>fPatternDecimalSeparatorIndex</h4>
51<pre>int fPatternDecimalSeparatorIndex</pre>
52</li>
53<li class="blockList">
54<h4>fDecimalSeparator</h4>
55<pre>char fDecimalSeparator</pre>
56</li>
57<li class="blockList">
58<h4>fDateTimePattern</h4>
d187a562 59<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> fDateTimePattern</pre>
73cc4ccf
PT
60</li>
61<li class="blockList">
62<h4>fSubSecPattern</h4>
d187a562 63<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> fSubSecPattern</pre>
73cc4ccf
PT
64</li>
65<li class="blockList">
66<h4>fSupplPatterns</h4>
d187a562
PT
67<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; fSupplPatterns</pre>
68</li>
69<li class="blockList">
70<h4>fUnitOfSeconds</h4>
71<pre>long fUnitOfSeconds</pre>
73cc4ccf
PT
72</li>
73<li class="blockList">
74<h4>fLocale</h4>
d187a562 75<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a> fLocale</pre>
73cc4ccf
PT
76</li>
77<li class="blockList">
78<h4>fSupplPatternLetters</h4>
d187a562 79<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> fSupplPatternLetters</pre>
313a5081
PT
80<div class="block">The supplementary pattern letters. Can be redefined by sub-classes
81 to either override existing letters or augment the letter set.
82 If so, the format() method must provide the (re-)implementation of the
73cc4ccf
PT
83 pattern.</div>
84</li>
85<li class="blockList">
86<h4>fSubSecPatternChars</h4>
d187a562 87<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> fSubSecPatternChars</pre>
73cc4ccf 88<div class="block">The sub-second pattern letters.</div>
73cc4ccf
PT
89</li>
90<li class="blockList">
91<h4>fDelimiterChars</h4>
d187a562 92<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> fDelimiterChars</pre>
73cc4ccf 93<div class="block">The optional sub-second delimiter characters.</div>
d187a562
PT
94</li>
95<li class="blockList">
96<h4>fUnitOfSecondsMap</h4>
97<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">K</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">V</a>&gt; fUnitOfSecondsMap</pre>
98<div class="block">The map of optional unit of seconds suffix characters that can follow the
99 T pattern. The map value is the unit of seconds denominator.</div>
100<dl>
101<dt><span class="simpleTagLabel">Since:</span></dt>
102<dd>2.0</dd>
103</dl>
73cc4ccf
PT
104</li>
105<li class="blockList">
106<h4>fOpenBracket</h4>
d187a562 107<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> fOpenBracket</pre>
73cc4ccf
PT
108<div class="block">The open bracket symbol</div>
109</li>
110<li class="blockListLast">
111<h4>fCloseBracket</h4>
d187a562 112<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> fCloseBracket</pre>
73cc4ccf
PT
113<div class="block">The closing bracket symbol</div>
114</li>
115</ul>
116</li>
117</ul>
118</li>
119</ul>
120</li>
121</ul>
122</div>
123</body>
124</html>
This page took 0.060704 seconds and 5 git commands to generate.