blob: ae136552b83ebc970040ede3e6282401e5521cea [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Mon Jun 06 13:57:27 EDT 2016 -->
<title>Serialized Form</title>
<meta name="date" content="2016-06-06">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Serialized Form";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="header">
<h1 title="Serialized Form" class="title">Serialized Form</h1>
</div>
<div class="serializedFormContainer">
<ul class="blockList">
<li class="blockList">
<h2 title="Package">Package&nbsp;org.eclipse.tracecompass.tmf.core.timestamp</h2>
<ul class="blockList">
<li class="blockList"><a name="org.eclipse.tracecompass.tmf.core.timestamp.TmfTimestampFormat">
<!-- -->
</a>
<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>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>2835829763122454020L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>fPattern</h4>
<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>
</li>
<li class="blockList">
<h4>fPatternDecimalSeparatorIndex</h4>
<pre>int fPatternDecimalSeparatorIndex</pre>
</li>
<li class="blockList">
<h4>fDecimalSeparator</h4>
<pre>char fDecimalSeparator</pre>
</li>
<li class="blockList">
<h4>fDateTimePattern</h4>
<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>
</li>
<li class="blockList">
<h4>fSubSecPattern</h4>
<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>
</li>
<li class="blockList">
<h4>fSupplPatterns</h4>
<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>
</li>
<li class="blockList">
<h4>fUnitOfSeconds</h4>
<pre>long fUnitOfSeconds</pre>
</li>
<li class="blockList">
<h4>fLocale</h4>
<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>
</li>
<li class="blockList">
<h4>fSupplPatternLetters</h4>
<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>
<div class="block">The supplementary pattern letters. Can be redefined by sub-classes
to either override existing letters or augment the letter set.
If so, the format() method must provide the (re-)implementation of the
pattern.</div>
</li>
<li class="blockList">
<h4>fSubSecPatternChars</h4>
<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>
<div class="block">The sub-second pattern letters.</div>
</li>
<li class="blockList">
<h4>fDelimiterChars</h4>
<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>
<div class="block">The optional sub-second delimiter characters.</div>
</li>
<li class="blockList">
<h4>fUnitOfSecondsMap</h4>
<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>
<div class="block">The map of optional unit of seconds suffix characters that can follow the
T pattern. The map value is the unit of seconds denominator.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.0</dd>
</dl>
</li>
<li class="blockList">
<h4>fOpenBracket</h4>
<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>
<div class="block">The open bracket symbol</div>
</li>
<li class="blockListLast">
<h4>fCloseBracket</h4>
<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>
<div class="block">The closing bracket symbol</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</body>
</html>