blob: 5d9a4ff7bf8d4030e4588569efe0c8c9e900b823 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_232) on Mon Feb 03 14:26:20 CET 2020 -->
<title>CustomPropertyUtil</title>
<meta name="date" content="2020-02-03">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
</head>
<body>
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.eclipse.app4mc.amalthea.model.util</div>
<h2 title="Class CustomPropertyUtil" class="title">Class CustomPropertyUtil</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>Object</li>
<li>
<ul class="inheritance">
<li>CustomPropertyUtil</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public final class <span class="typeNameLabel">CustomPropertyUtil</span>
extends Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="#CustomPropertyUtil--">CustomPropertyUtil</a></span>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static Integer</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="#customGetInteger-org.eclipse.app4mc.amalthea.model.IAnnotatable-java.lang.String-">customGetInteger</a></span>(@NonNull IAnnotatable&nbsp;object,
@NonNull String&nbsp;key)</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static IReferable</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="#customGetReference-org.eclipse.app4mc.amalthea.model.IAnnotatable-java.lang.String-">customGetReference</a></span>(@NonNull IAnnotatable&nbsp;object,
@NonNull String&nbsp;key)</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="#customGetString-org.eclipse.app4mc.amalthea.model.IAnnotatable-java.lang.String-">customGetString</a></span>(@NonNull IAnnotatable&nbsp;object,
@NonNull String&nbsp;key)</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static Time</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="#customGetTime-org.eclipse.app4mc.amalthea.model.IAnnotatable-java.lang.String-">customGetTime</a></span>(@NonNull IAnnotatable&nbsp;object,
@NonNull String&nbsp;key)</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static Value</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="#customPut-org.eclipse.app4mc.amalthea.model.IAnnotatable-java.lang.String-int-">customPut</a></span>(@NonNull IAnnotatable&nbsp;object,
@NonNull String&nbsp;key,
int&nbsp;num)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static Value</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="#customPut-org.eclipse.app4mc.amalthea.model.IAnnotatable-java.lang.String-org.eclipse.app4mc.amalthea.model.IReferable-">customPut</a></span>(@NonNull IAnnotatable&nbsp;object,
@NonNull String&nbsp;key,
IReferable&nbsp;reference)</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static Value</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="#customPut-org.eclipse.app4mc.amalthea.model.IAnnotatable-java.lang.String-java.lang.String-">customPut</a></span>(@NonNull IAnnotatable&nbsp;object,
@NonNull String&nbsp;key,
String&nbsp;str)</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static Value</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="#customPut-org.eclipse.app4mc.amalthea.model.IAnnotatable-java.lang.String-org.eclipse.app4mc.amalthea.model.Time-">customPut</a></span>(@NonNull IAnnotatable&nbsp;object,
@NonNull String&nbsp;key,
Time&nbsp;time)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="CustomPropertyUtil--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>CustomPropertyUtil</h4>
<pre>public&nbsp;CustomPropertyUtil()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="customPut-org.eclipse.app4mc.amalthea.model.IAnnotatable-java.lang.String-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>customPut</h4>
<pre>public static&nbsp;Value&nbsp;customPut(@NonNull IAnnotatable&nbsp;object,
@NonNull String&nbsp;key,
int&nbsp;num)</pre>
</li>
</ul>
<a name="customPut-org.eclipse.app4mc.amalthea.model.IAnnotatable-java.lang.String-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>customPut</h4>
<pre>public static&nbsp;Value&nbsp;customPut(@NonNull IAnnotatable&nbsp;object,
@NonNull String&nbsp;key,
String&nbsp;str)</pre>
</li>
</ul>
<a name="customPut-org.eclipse.app4mc.amalthea.model.IAnnotatable-java.lang.String-org.eclipse.app4mc.amalthea.model.Time-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>customPut</h4>
<pre>public static&nbsp;Value&nbsp;customPut(@NonNull IAnnotatable&nbsp;object,
@NonNull String&nbsp;key,
Time&nbsp;time)</pre>
</li>
</ul>
<a name="customPut-org.eclipse.app4mc.amalthea.model.IAnnotatable-java.lang.String-org.eclipse.app4mc.amalthea.model.IReferable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>customPut</h4>
<pre>public static&nbsp;Value&nbsp;customPut(@NonNull IAnnotatable&nbsp;object,
@NonNull String&nbsp;key,
IReferable&nbsp;reference)</pre>
</li>
</ul>
<a name="customGetInteger-org.eclipse.app4mc.amalthea.model.IAnnotatable-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>customGetInteger</h4>
<pre>public static&nbsp;Integer&nbsp;customGetInteger(@NonNull IAnnotatable&nbsp;object,
@NonNull String&nbsp;key)</pre>
</li>
</ul>
<a name="customGetString-org.eclipse.app4mc.amalthea.model.IAnnotatable-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>customGetString</h4>
<pre>public static&nbsp;String&nbsp;customGetString(@NonNull IAnnotatable&nbsp;object,
@NonNull String&nbsp;key)</pre>
</li>
</ul>
<a name="customGetTime-org.eclipse.app4mc.amalthea.model.IAnnotatable-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>customGetTime</h4>
<pre>public static&nbsp;Time&nbsp;customGetTime(@NonNull IAnnotatable&nbsp;object,
@NonNull String&nbsp;key)</pre>
</li>
</ul>
<a name="customGetReference-org.eclipse.app4mc.amalthea.model.IAnnotatable-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>customGetReference</h4>
<pre>public static&nbsp;IReferable&nbsp;customGetReference(@NonNull IAnnotatable&nbsp;object,
@NonNull String&nbsp;key)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
</body>
</html>