proglab5/Lab5Core/build/docs/javadoc/index-all.html

578 lines
51 KiB
HTML
Raw Normal View History

2022-04-29 16:29:59 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ru">
<head>
<!-- Generated by javadoc -->
<title>Index (Lab5Core 3.0 API)</title>
2022-04-29 16:29:59 +00:00
<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="Index (Lab5Core 3.0 API)";
2022-04-29 16:29:59 +00:00
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a name="I:A">
2022-04-29 16:29:59 +00:00
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#addNewInput-java.io.Reader-java.lang.String-">addNewInput(Reader, String)</a></span> - Method in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/Command.html#alias">alias</a></span> - Variable in class common.commandline.<a href="common/commandline/Command.html" title="class in common.commandline">Command</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/Command.html#args">args</a></span> - Variable in class common.commandline.<a href="common/commandline/Command.html" title="class in common.commandline">Command</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#awaitInput-java.lang.String-java.lang.String-">awaitInput(String, String)</a></span> - Method in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>
<div class="block">Метод, ожидающий ввода из потока ввода <a href="common/commandline/CommandLineHandler.html#reader"><code>reader</code></a> и возвращающий результат,
печатает запрос msg перед ожиданием данных (если их вводит пользователь),
печатает ошибку err, если при вводе данных произошла ошибка</div>
</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#awaitInput-java.lang.String-java.lang.String-java.util.function.Predicate-">awaitInput(String, String, Predicate&lt;String&gt;)</a></span> - Method in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>
<div class="block">Метод, ожидающий ввода из потока ввода <a href="common/commandline/CommandLineHandler.html#reader"><code>reader </code></a> и возвращающий результат,
печатает запрос msg перед ожиданием данных (если их вводит пользователь),
печатает ошибку err, если введенные данные не соответствуют предикату predicate</div>
</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#awaitInput-java.lang.String-java.lang.String-java.util.function.Predicate-java.util.function.Function-">awaitInput(String, String, Predicate&lt;String&gt;, Function&lt;String, T&gt;)</a></span> - Method in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>
<div class="block">Метод, ожидающий ввода из потока ввода <a href="common/commandline/CommandLineHandler.html#reader"><code>reader</code></a> и возвращающий результат,
печатает запрос msg перед ожиданием данных (если их вводит пользователь),
печатает ошибку err, если введенные данные не соответствуют предикату predicate,
преобразует результат в тип T в соответствии с функцией transform</div>
</dd>
2022-04-29 16:29:59 +00:00
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#clearScreen--">clearScreen()</a></span> - Static method in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/Command.html#clientOnly">clientOnly</a></span> - Variable in class common.commandline.<a href="common/commandline/Command.html" title="class in common.commandline">Command</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
<dt><a href="common/data/Color.html" title="enum in common.data"><span class="typeNameLink">Color</span></a> - Enum in <a href="common/data/package-summary.html">common.data</a></dt>
<dd>
<div class="block">Перечисление цветов</div>
</dd>
<dt><a href="common/commandline/Command.html" title="class in common.commandline"><span class="typeNameLink">Command</span></a> - Class in <a href="common/commandline/package-summary.html">common.commandline</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/Command.html#Command-java.lang.String-boolean-java.lang.String-">Command(String, boolean, String)</a></span> - Constructor for class common.commandline.<a href="common/commandline/Command.html" title="class in common.commandline">Command</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/Command.html#Command-java.lang.String-boolean-java.lang.String-common.commandline.Executable-">Command(String, boolean, String, Executable)</a></span> - Constructor for class common.commandline.<a href="common/commandline/Command.html" title="class in common.commandline">Command</a></dt>
<dd>&nbsp;</dd>
<dt><a href="common/commandline/CommandLineHandler.html" title="class in common.commandline"><span class="typeNameLink">CommandLineHandler</span></a> - Class in <a href="common/commandline/package-summary.html">common.commandline</a></dt>
<dd>
<div class="block">Класс обработчика командной строки, реализует шаблон проектирования Singleton,
читает ввод с командной строки, обрабатывает его и вызывает соответствующую команду
на выполнение из регистра команд, используйте метод <a href="common/commandline/CommandLineHandler.html#start--"><code>CommandLineHandler.start()</code></a> для его запуска</div>
</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#CommandLineHandler--">CommandLineHandler()</a></span> - Constructor for class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="common/commandline/CommandLineHandler.CommandLineNotInitialized.html" title="class in common.commandline"><span class="typeNameLink">CommandLineHandler.CommandLineNotInitialized</span></a> - Exception in <a href="common/commandline/package-summary.html">common.commandline</a></dt>
<dd>&nbsp;</dd>
<dt><a href="common/commandline/CommandLineHandler.ExecuteScriptCommand.html" title="class in common.commandline"><span class="typeNameLink">CommandLineHandler.ExecuteScriptCommand</span></a> - Class in <a href="common/commandline/package-summary.html">common.commandline</a></dt>
<dd>&nbsp;</dd>
<dt><a href="common/commandline/CommandLineHandler.ExitCommand.html" title="class in common.commandline"><span class="typeNameLink">CommandLineHandler.ExitCommand</span></a> - Class in <a href="common/commandline/package-summary.html">common.commandline</a></dt>
<dd>&nbsp;</dd>
<dt><a href="common/commandline/CommandLineHandler.HistoryCommand.html" title="class in common.commandline"><span class="typeNameLink">CommandLineHandler.HistoryCommand</span></a> - Class in <a href="common/commandline/package-summary.html">common.commandline</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.CommandLineNotInitialized.html#CommandLineNotInitialized--">CommandLineNotInitialized()</a></span> - Constructor for exception common.commandline.<a href="common/commandline/CommandLineHandler.CommandLineNotInitialized.html" title="class in common.commandline">CommandLineHandler.CommandLineNotInitialized</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.CommandLineNotInitialized.html#CommandLineNotInitialized-java.lang.String-">CommandLineNotInitialized(String)</a></span> - Constructor for exception common.commandline.<a href="common/commandline/CommandLineHandler.CommandLineNotInitialized.html" title="class in common.commandline">CommandLineHandler.CommandLineNotInitialized</a></dt>
<dd>&nbsp;</dd>
<dt><a href="common/commandline/CommandRegistry.html" title="class in common.commandline"><span class="typeNameLink">CommandRegistry</span></a> - Class in <a href="common/commandline/package-summary.html">common.commandline</a></dt>
<dd>
<div class="block">Класс регистра команд, используемый для добавления, переопределения или удаления команд</div>
</dd>
<dt><a href="common/commandline/CommandRegistry.CommandAlreadyExistsException.html" title="class in common.commandline"><span class="typeNameLink">CommandRegistry.CommandAlreadyExistsException</span></a> - Exception in <a href="common/commandline/package-summary.html">common.commandline</a></dt>
<dd>&nbsp;</dd>
<dt><a href="common/commandline/CommandRegistry.CommandNotFoundException.html" title="class in common.commandline"><span class="typeNameLink">CommandRegistry.CommandNotFoundException</span></a> - Exception in <a href="common/commandline/package-summary.html">common.commandline</a></dt>
<dd>&nbsp;</dd>
<dt><a href="common/commandline/CommandRegistry.HelpCommand.html" title="class in common.commandline"><span class="typeNameLink">CommandRegistry.HelpCommand</span></a> - Class in <a href="common/commandline/package-summary.html">common.commandline</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
<dt><a href="common/commandline/response/CommandResult.html" title="class in common.commandline.response"><span class="typeNameLink">CommandResult</span></a> - Class in <a href="common/commandline/response/package-summary.html">common.commandline.response</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/response/CommandResult.html#CommandResult-java.lang.String-common.commandline.response.Response-">CommandResult(String, Response)</a></span> - Constructor for class common.commandline.response.<a href="common/commandline/response/CommandResult.html" title="class in common.commandline.response">CommandResult</a></dt>
<dd>&nbsp;</dd>
<dt><a href="common/collection/package-summary.html">common.collection</a> - package common.collection</dt>
<dd>&nbsp;</dd>
<dt><a href="common/commandline/package-summary.html">common.commandline</a> - package common.commandline</dt>
<dd>&nbsp;</dd>
<dt><a href="common/commandline/pdcommands/package-summary.html">common.commandline.pdcommands</a> - package common.commandline.pdcommands</dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
<dt><a href="common/commandline/response/package-summary.html">common.commandline.response</a> - package common.commandline.response</dt>
<dd>&nbsp;</dd>
<dt><a href="common/data/package-summary.html">common.data</a> - package common.data</dt>
<dd>&nbsp;</dd>
<dt><a href="common/net/package-summary.html">common.net</a> - package common.net</dt>
2022-04-29 16:29:59 +00:00
<dd>&nbsp;</dd>
<dt><a href="common/util/package-summary.html">common.util</a> - package common.util</dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/data/Coordinates.html#compareTo-common.data.Coordinates-">compareTo(Coordinates)</a></span> - Method in class common.data.<a href="common/data/Coordinates.html" title="class in common.data">Coordinates</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/data/Location.html#compareTo-common.data.Location-">compareTo(Location)</a></span> - Method in class common.data.<a href="common/data/Location.html" title="class in common.data">Location</a></dt>
<dd>
<div class="block">Переопределенный метод сравнения двух местоположений,
сравнение производится по имени локации и расстоянию до точки (0; 0; 0)</div>
</dd>
<dt><span class="memberNameLink"><a href="common/data/Person.html#compareTo-common.data.Person-">compareTo(Person)</a></span> - Method in class common.data.<a href="common/data/Person.html" title="class in common.data">Person</a></dt>
<dd>
<div class="block">Переопределенный метод сравнения двух людей,
сравнение производится по имени, номеру паспорта,
росту, национальности, местоположению и цвету глаз</div>
</dd>
<dt><a href="common/net/ConnectionProperties.html" title="class in common.net"><span class="typeNameLink">ConnectionProperties</span></a> - Class in <a href="common/net/package-summary.html">common.net</a></dt>
2022-04-29 16:29:59 +00:00
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/net/ConnectionProperties.html#ConnectionProperties--">ConnectionProperties()</a></span> - Constructor for class common.net.<a href="common/net/ConnectionProperties.html" title="class in common.net">ConnectionProperties</a></dt>
2022-04-29 16:29:59 +00:00
<dd>&nbsp;</dd>
<dt><a href="common/data/Coordinates.html" title="class in common.data"><span class="typeNameLink">Coordinates</span></a> - Class in <a href="common/data/package-summary.html">common.data</a></dt>
<dd>
<div class="block">Класс данных координат</div>
</dd>
<dt><span class="memberNameLink"><a href="common/data/Coordinates.html#Coordinates-float-float-">Coordinates(float, float)</a></span> - Constructor for class common.data.<a href="common/data/Coordinates.html" title="class in common.data">Coordinates</a></dt>
<dd>
<div class="block">Конструктор с параметрами</div>
</dd>
<dt><a href="common/data/Country.html" title="enum in common.data"><span class="typeNameLink">Country</span></a> - Enum in <a href="common/data/package-summary.html">common.data</a></dt>
<dd>
<div class="block">Перечисление стран</div>
</dd>
<dt><span class="memberNameLink"><a href="common/commandline/pdcommands/PeopleDatabaseCommands.html#createCoordinates--">createCoordinates()</a></span> - Static method in class common.commandline.pdcommands.<a href="common/commandline/pdcommands/PeopleDatabaseCommands.html" title="class in common.commandline.pdcommands">PeopleDatabaseCommands</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/pdcommands/PeopleDatabaseCommands.html#createLocation--">createLocation()</a></span> - Static method in class common.commandline.pdcommands.<a href="common/commandline/pdcommands/PeopleDatabaseCommands.html" title="class in common.commandline.pdcommands">PeopleDatabaseCommands</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/pdcommands/PeopleDatabaseCommands.html#createPerson--">createPerson()</a></span> - Static method in class common.commandline.pdcommands.<a href="common/commandline/pdcommands/PeopleDatabaseCommands.html" title="class in common.commandline.pdcommands">PeopleDatabaseCommands</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
</dl>
<a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="common/net/ConnectionProperties.html#DEFAULT_DB_HOST">DEFAULT_DB_HOST</a></span> - Static variable in class common.net.<a href="common/net/ConnectionProperties.html" title="class in common.net">ConnectionProperties</a></dt>
2022-04-29 16:29:59 +00:00
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/net/ConnectionProperties.html#DEFAULT_DB_NAME">DEFAULT_DB_NAME</a></span> - Static variable in class common.net.<a href="common/net/ConnectionProperties.html" title="class in common.net">ConnectionProperties</a></dt>
2022-04-29 16:29:59 +00:00
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/net/ConnectionProperties.html#DEFAULT_DB_PORT">DEFAULT_DB_PORT</a></span> - Static variable in class common.net.<a href="common/net/ConnectionProperties.html" title="class in common.net">ConnectionProperties</a></dt>
2022-04-29 16:29:59 +00:00
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/net/ConnectionProperties.html#DEFAULT_HOST">DEFAULT_HOST</a></span> - Static variable in class common.net.<a href="common/net/ConnectionProperties.html" title="class in common.net">ConnectionProperties</a></dt>
2022-04-29 16:29:59 +00:00
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/net/ConnectionProperties.html#DEFAULT_PORT">DEFAULT_PORT</a></span> - Static variable in class common.net.<a href="common/net/ConnectionProperties.html" title="class in common.net">ConnectionProperties</a></dt>
2022-04-29 16:29:59 +00:00
<dd>&nbsp;</dd>
<dt><a href="common/commandline/response/DefaultResponse.html" title="enum in common.commandline.response"><span class="typeNameLink">DefaultResponse</span></a> - Enum in <a href="common/commandline/response/package-summary.html">common.commandline.response</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/Command.html#description">description</a></span> - Variable in class common.commandline.<a href="common/commandline/Command.html" title="class in common.commandline">Command</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
<dt><span class="memberNameLink"><a href="common/util/UtilFunctions.html#doubleOrNull-java.lang.String-">doubleOrNull(String)</a></span> - Static method in class common.util.<a href="common/util/UtilFunctions.html" title="class in common.util">UtilFunctions</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="common/util/UtilFunctions.html#enumOrNull-java.lang.String-java.lang.Class-">enumOrNull(String, Class&lt;T&gt;)</a></span> - Static method in class common.util.<a href="common/util/UtilFunctions.html" title="class in common.util">UtilFunctions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/Command.html#executable">executable</a></span> - Variable in class common.commandline.<a href="common/commandline/Command.html" title="class in common.commandline">Command</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
<dt><a href="common/commandline/Executable.html" title="interface in common.commandline"><span class="typeNameLink">Executable</span></a> - Interface in <a href="common/commandline/package-summary.html">common.commandline</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/Executables.html#executable">executable</a></span> - Variable in enum common.commandline.<a href="common/commandline/Executables.html" title="enum in common.commandline">Executables</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
<dt><a href="common/commandline/Executables.html" title="enum in common.commandline"><span class="typeNameLink">Executables</span></a> - Enum in <a href="common/commandline/package-summary.html">common.commandline</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/Executable.html#execute-java.lang.Object:A-">execute(Object[])</a></span> - Method in interface common.commandline.<a href="common/commandline/Executable.html" title="interface in common.commandline">Executable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#executeCommand-java.lang.String-java.lang.String:A-">executeCommand(String, String[])</a></span> - Method in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/Command.html#executeOnClient--">executeOnClient()</a></span> - Method in class common.commandline.<a href="common/commandline/Command.html" title="class in common.commandline">Command</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/pdcommands/PeopleDatabaseCommand.html#executeOnClient--">executeOnClient()</a></span> - Method in class common.commandline.pdcommands.<a href="common/commandline/pdcommands/PeopleDatabaseCommand.html" title="class in common.commandline.pdcommands">PeopleDatabaseCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#executeScript-java.lang.String-">executeScript(String)</a></span> - Method in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.ExecuteScriptCommand.html#ExecuteScriptCommand--">ExecuteScriptCommand()</a></span> - Constructor for class common.commandline.<a href="common/commandline/CommandLineHandler.ExecuteScriptCommand.html" title="class in common.commandline">CommandLineHandler.ExecuteScriptCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#exit--">exit()</a></span> - Method in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.ExitCommand.html#ExitCommand--">ExitCommand()</a></span> - Constructor for class common.commandline.<a href="common/commandline/CommandLineHandler.ExitCommand.html" title="class in common.commandline">CommandLineHandler.ExitCommand</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
</dl>
<a name="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="common/net/ConnectionProperties.html#FILE_NAME">FILE_NAME</a></span> - Static variable in class common.net.<a href="common/net/ConnectionProperties.html" title="class in common.net">ConnectionProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#fileNames">fileNames</a></span> - Variable in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
<dt><span class="memberNameLink"><a href="common/util/UtilFunctions.html#floatOrNull-java.lang.String-">floatOrNull(String)</a></span> - Static method in class common.util.<a href="common/util/UtilFunctions.html" title="class in common.util">UtilFunctions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/data/Person.html#formatted--">formatted()</a></span> - Method in class common.data.<a href="common/data/Person.html" title="class in common.data">Person</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="common/commandline/CommandRegistry.html#getCommand-java.lang.String-">getCommand(String)</a></span> - Static method in class common.commandline.<a href="common/commandline/CommandRegistry.html" title="class in common.commandline">CommandRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/net/ConnectionProperties.html#getDbURL--">getDbURL()</a></span> - Static method in class common.net.<a href="common/net/ConnectionProperties.html" title="class in common.net">ConnectionProperties</a></dt>
2022-04-29 16:29:59 +00:00
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/net/ConnectionProperties.html#getHostname--">getHostname()</a></span> - Static method in class common.net.<a href="common/net/ConnectionProperties.html" title="class in common.net">ConnectionProperties</a></dt>
2022-04-29 16:29:59 +00:00
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#getInstance--">getInstance()</a></span> - Static method in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>&nbsp;</dd>
2022-05-10 21:23:57 +00:00
<dt><span class="memberNameLink"><a href="common/util/UtilFunctions.html#getLogger-java.lang.Class-java.lang.String-">getLogger(Class&lt;?&gt;, String)</a></span> - Static method in class common.util.<a href="common/util/UtilFunctions.html" title="class in common.util">UtilFunctions</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
<dt><span class="memberNameLink"><a href="common/commandline/response/DefaultResponse.html#getMsg--">getMsg()</a></span> - Method in enum common.commandline.response.<a href="common/commandline/response/DefaultResponse.html" title="enum in common.commandline.response">DefaultResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/response/PeopleDatabaseResponse.html#getMsg--">getMsg()</a></span> - Method in enum common.commandline.response.<a href="common/commandline/response/PeopleDatabaseResponse.html" title="enum in common.commandline.response">PeopleDatabaseResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/response/Response.html#getMsg--">getMsg()</a></span> - Method in interface common.commandline.response.<a href="common/commandline/response/Response.html" title="interface in common.commandline.response">Response</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/net/ConnectionProperties.html#getPort--">getPort()</a></span> - Static method in class common.net.<a href="common/net/ConnectionProperties.html" title="class in common.net">ConnectionProperties</a></dt>
2022-04-29 16:29:59 +00:00
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/response/CommandResult.html#getResponse--">getResponse()</a></span> - Method in class common.commandline.response.<a href="common/commandline/response/CommandResult.html" title="class in common.commandline.response">CommandResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/LongStrings.html#getValue--">getValue()</a></span> - Method in enum common.commandline.<a href="common/commandline/LongStrings.html" title="enum in common.commandline">LongStrings</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
<dt><span class="memberNameLink"><a href="common/commandline/response/CommandResult.html#getValue--">getValue()</a></span> - Method in class common.commandline.response.<a href="common/commandline/response/CommandResult.html" title="class in common.commandline.response">CommandResult</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:H">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="common/commandline/CommandRegistry.HelpCommand.html#HelpCommand--">HelpCommand()</a></span> - Constructor for class common.commandline.<a href="common/commandline/CommandRegistry.HelpCommand.html" title="class in common.commandline">CommandRegistry.HelpCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#history">history</a></span> - Variable in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#history--">history()</a></span> - Method in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#history-int-">history(int)</a></span> - Method in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.HistoryCommand.html#HistoryCommand--">HistoryCommand()</a></span> - Constructor for class common.commandline.<a href="common/commandline/CommandLineHandler.HistoryCommand.html" title="class in common.commandline">CommandLineHandler.HistoryCommand</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
</dl>
<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="common/collection/PeopleDatabase.html#info--">info()</a></span> - Method in class common.collection.<a href="common/collection/PeopleDatabase.html" title="class in common.collection">PeopleDatabase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/collection/PeopleDatabase.html#initFromDatabase-java.lang.String-java.lang.String-java.lang.String-">initFromDatabase(String, String, String)</a></span> - Method in class common.collection.<a href="common/collection/PeopleDatabase.html" title="class in common.collection">PeopleDatabase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#input--">input()</a></span> - Method in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#inputs">inputs</a></span> - Variable in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#instance">instance</a></span> - Static variable in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
<dt><span class="memberNameLink"><a href="common/util/UtilFunctions.html#intOrNull-java.lang.String-">intOrNull(String)</a></span> - Static method in class common.util.<a href="common/util/UtilFunctions.html" title="class in common.util">UtilFunctions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#isActive">isActive</a></span> - Variable in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#isActive--">isActive()</a></span> - Method in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
</dl>
<a name="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><a href="common/data/Location.html" title="class in common.data"><span class="typeNameLink">Location</span></a> - Class in <a href="common/data/package-summary.html">common.data</a></dt>
<dd>
<div class="block">Класс данных местоположения, реализует сортировку по умолчанию
по имени и расстоянию до точки (0; 0; 0)</div>
</dd>
<dt><span class="memberNameLink"><a href="common/data/Location.html#Location-double-float-long-java.lang.String-">Location(double, float, long, String)</a></span> - Constructor for class common.data.<a href="common/data/Location.html" title="class in common.data">Location</a></dt>
<dd>
<div class="block">Конструктор с параметрами</div>
</dd>
<dt><span class="memberNameLink"><a href="common/net/ConnectionProperties.html#logger">logger</a></span> - Static variable in class common.net.<a href="common/net/ConnectionProperties.html" title="class in common.net">ConnectionProperties</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
<dt><span class="memberNameLink"><a href="common/util/UtilFunctions.html#longOrNull-java.lang.String-">longOrNull(String)</a></span> - Static method in class common.util.<a href="common/util/UtilFunctions.html" title="class in common.util">UtilFunctions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="common/commandline/LongStrings.html" title="enum in common.commandline"><span class="typeNameLink">LongStrings</span></a> - Enum in <a href="common/commandline/package-summary.html">common.commandline</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
</dl>
<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="common/collection/PeopleDatabase.html" title="class in common.collection"><span class="typeNameLink">PeopleDatabase</span></a> - Class in <a href="common/collection/package-summary.html">common.collection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/collection/PeopleDatabase.html#PeopleDatabase--">PeopleDatabase()</a></span> - Constructor for class common.collection.<a href="common/collection/PeopleDatabase.html" title="class in common.collection">PeopleDatabase</a></dt>
2022-04-29 16:29:59 +00:00
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/pdcommands/PeopleDatabaseCommands.html#peopleDatabase">peopleDatabase</a></span> - Static variable in class common.commandline.pdcommands.<a href="common/commandline/pdcommands/PeopleDatabaseCommands.html" title="class in common.commandline.pdcommands">PeopleDatabaseCommands</a></dt>
<dd>&nbsp;</dd>
<dt><a href="common/commandline/pdcommands/PeopleDatabaseCommand.html" title="class in common.commandline.pdcommands"><span class="typeNameLink">PeopleDatabaseCommand</span></a> - Class in <a href="common/commandline/pdcommands/package-summary.html">common.commandline.pdcommands</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/pdcommands/PeopleDatabaseCommand.html#PeopleDatabaseCommand-java.lang.String-boolean-java.lang.String-common.commandline.Executable-">PeopleDatabaseCommand(String, boolean, String, Executable)</a></span> - Constructor for class common.commandline.pdcommands.<a href="common/commandline/pdcommands/PeopleDatabaseCommand.html" title="class in common.commandline.pdcommands">PeopleDatabaseCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/pdcommands/PeopleDatabaseCommand.html#PeopleDatabaseCommand-java.lang.String-boolean-java.lang.String-">PeopleDatabaseCommand(String, boolean, String)</a></span> - Constructor for class common.commandline.pdcommands.<a href="common/commandline/pdcommands/PeopleDatabaseCommand.html" title="class in common.commandline.pdcommands">PeopleDatabaseCommand</a></dt>
<dd>&nbsp;</dd>
<dt><a href="common/commandline/pdcommands/PeopleDatabaseCommands.html" title="class in common.commandline.pdcommands"><span class="typeNameLink">PeopleDatabaseCommands</span></a> - Class in <a href="common/commandline/pdcommands/package-summary.html">common.commandline.pdcommands</a></dt>
<dd>
<div class="block">Класс объявления всех команд, связанных с манипуляциями над объектом класса PeopleDatabase</div>
</dd>
2022-04-29 16:29:59 +00:00
<dt><a href="common/commandline/response/PeopleDatabaseResponse.html" title="enum in common.commandline.response"><span class="typeNameLink">PeopleDatabaseResponse</span></a> - Enum in <a href="common/commandline/response/package-summary.html">common.commandline.response</a></dt>
<dd>&nbsp;</dd>
<dt><a href="common/data/Person.html" title="class in common.data"><span class="typeNameLink">Person</span></a> - Class in <a href="common/data/package-summary.html">common.data</a></dt>
<dd>
<div class="block">Класс данных человека, реализует сортировку по умолчанию по имени, номеру паспорта,
росту, национальности, местоположению и цвету глаз</div>
</dd>
<dt><span class="memberNameLink"><a href="common/data/Person.html#Person-long-java.lang.String-common.data.Coordinates-java.lang.Integer-java.lang.String-common.data.Color-common.data.Country-common.data.Location-">Person(long, String, Coordinates, Integer, String, Color, Country, Location)</a></span> - Constructor for class common.data.<a href="common/data/Person.html" title="class in common.data">Person</a></dt>
2022-04-29 16:29:59 +00:00
<dd>
<div class="block">Конструктор с параметрами</div>
</dd>
<dt><span class="memberNameLink"><a href="common/data/Person.html#Person-java.lang.String-common.data.Coordinates-java.lang.Integer-java.lang.String-common.data.Color-common.data.Country-common.data.Location-">Person(String, Coordinates, Integer, String, Color, Country, Location)</a></span> - Constructor for class common.data.<a href="common/data/Person.html" title="class in common.data">Person</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/net/ConnectionProperties.html#properties">properties</a></span> - Static variable in class common.net.<a href="common/net/ConnectionProperties.html" title="class in common.net">ConnectionProperties</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
</dl>
<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#reader">reader</a></span> - Variable in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandRegistry.html#reassignCommand-common.commandline.Command-">reassignCommand(Command)</a></span> - Static method in class common.commandline.<a href="common/commandline/CommandRegistry.html" title="class in common.commandline">CommandRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandRegistry.html#registerCommand-common.commandline.Command-">registerCommand(Command)</a></span> - Static method in class common.commandline.<a href="common/commandline/CommandRegistry.html" title="class in common.commandline">CommandRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandRegistry.html#registerCommands-common.commandline.Command...-">registerCommands(Command...)</a></span> - Static method in class common.commandline.<a href="common/commandline/CommandRegistry.html" title="class in common.commandline">CommandRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#removeInput--">removeInput()</a></span> - Method in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
<dt><a href="common/commandline/response/Response.html" title="interface in common.commandline.response"><span class="typeNameLink">Response</span></a> - Interface in <a href="common/commandline/response/package-summary.html">common.commandline.response</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="common/net/ConnectionProperties.html#setHostname-java.lang.String-">setHostname(String)</a></span> - Static method in class common.net.<a href="common/net/ConnectionProperties.html" title="class in common.net">ConnectionProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/net/ConnectionProperties.html#setPort-int-">setPort(int)</a></span> - Static method in class common.net.<a href="common/net/ConnectionProperties.html" title="class in common.net">ConnectionProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#start--">start()</a></span> - Method in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>
<div class="block">Метод, запускающий обработчик командной строки, для остановки требуется ввести команду "exit"</div>
</dd>
2022-04-29 16:29:59 +00:00
</dl>
<a name="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="common/collection/PeopleDatabase.html#toString--">toString()</a></span> - Method in class common.collection.<a href="common/collection/PeopleDatabase.html" title="class in common.collection">PeopleDatabase</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:U">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="memberNameLink"><a href="common/commandline/CommandRegistry.html#unregisterCommand-java.lang.String-">unregisterCommand(String)</a></span> - Static method in class common.commandline.<a href="common/commandline/CommandRegistry.html" title="class in common.commandline">CommandRegistry</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
<dt><span class="memberNameLink"><a href="common/data/Person.html#update-common.data.Person-">update(Person)</a></span> - Method in class common.data.<a href="common/data/Person.html" title="class in common.data">Person</a></dt>
<dd>
<div class="block">Метод, меняющий все значения полей человека (кроме <a href="common/data/Person.html#id"><code>Person.id</code></a> и <a href="common/data/Person.html#creationDate"><code>Person.creationDate</code></a>) в соответствии
со значениями полей другого</div>
</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.html#updateHistory-java.lang.String-">updateHistory(String)</a></span> - Method in class common.commandline.<a href="common/commandline/CommandLineHandler.html" title="class in common.commandline">CommandLineHandler</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
<dt><a href="common/util/UtilFunctions.html" title="class in common.util"><span class="typeNameLink">UtilFunctions</span></a> - Class in <a href="common/util/package-summary.html">common.util</a></dt>
<dd>
<div class="block">Класс функций-утилит для избавления от повторяющихся участков кода и выноса их в методы для общего пользования</div>
</dd>
</dl>
<a name="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="common/commandline/Command.html#validate-java.lang.String:A-">validate(String[])</a></span> - Method in class common.commandline.<a href="common/commandline/Command.html" title="class in common.commandline">Command</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.ExecuteScriptCommand.html#validate-java.lang.String:A-">validate(String[])</a></span> - Method in class common.commandline.<a href="common/commandline/CommandLineHandler.ExecuteScriptCommand.html" title="class in common.commandline">CommandLineHandler.ExecuteScriptCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.ExitCommand.html#validate-java.lang.String:A-">validate(String[])</a></span> - Method in class common.commandline.<a href="common/commandline/CommandLineHandler.ExitCommand.html" title="class in common.commandline">CommandLineHandler.ExitCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandLineHandler.HistoryCommand.html#validate-java.lang.String:A-">validate(String[])</a></span> - Method in class common.commandline.<a href="common/commandline/CommandLineHandler.HistoryCommand.html" title="class in common.commandline">CommandLineHandler.HistoryCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/CommandRegistry.HelpCommand.html#validate-java.lang.String:A-">validate(String[])</a></span> - Method in class common.commandline.<a href="common/commandline/CommandRegistry.HelpCommand.html" title="class in common.commandline">CommandRegistry.HelpCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="common/commandline/pdcommands/PeopleDatabaseCommand.html#validateIdCommand-java.lang.String:A-">validateIdCommand(String[])</a></span> - Static method in class common.commandline.pdcommands.<a href="common/commandline/pdcommands/PeopleDatabaseCommand.html" title="class in common.commandline.pdcommands">PeopleDatabaseCommand</a></dt>
<dd>&nbsp;</dd>
2022-04-29 16:29:59 +00:00
<dt><span class="memberNameLink"><a href="common/commandline/Executables.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum common.commandline.<a href="common/commandline/Executables.html" title="enum in common.commandline">Executables</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="common/commandline/LongStrings.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum common.commandline.<a href="common/commandline/LongStrings.html" title="enum in common.commandline">LongStrings</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
2022-04-29 16:29:59 +00:00
<dt><span class="memberNameLink"><a href="common/commandline/response/DefaultResponse.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum common.commandline.response.<a href="common/commandline/response/DefaultResponse.html" title="enum in common.commandline.response">DefaultResponse</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="common/commandline/response/PeopleDatabaseResponse.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum common.commandline.response.<a href="common/commandline/response/PeopleDatabaseResponse.html" title="enum in common.commandline.response">PeopleDatabaseResponse</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="common/data/Color.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum common.data.<a href="common/data/Color.html" title="enum in common.data">Color</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="common/data/Country.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum common.data.<a href="common/data/Country.html" title="enum in common.data">Country</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="common/commandline/Executables.html#values--">values()</a></span> - Static method in enum common.commandline.<a href="common/commandline/Executables.html" title="enum in common.commandline">Executables</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="common/commandline/LongStrings.html#values--">values()</a></span> - Static method in enum common.commandline.<a href="common/commandline/LongStrings.html" title="enum in common.commandline">LongStrings</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
2022-04-29 16:29:59 +00:00
<dt><span class="memberNameLink"><a href="common/commandline/response/DefaultResponse.html#values--">values()</a></span> - Static method in enum common.commandline.response.<a href="common/commandline/response/DefaultResponse.html" title="enum in common.commandline.response">DefaultResponse</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="common/commandline/response/PeopleDatabaseResponse.html#values--">values()</a></span> - Static method in enum common.commandline.response.<a href="common/commandline/response/PeopleDatabaseResponse.html" title="enum in common.commandline.response">PeopleDatabaseResponse</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="common/data/Color.html#values--">values()</a></span> - Static method in enum common.data.<a href="common/data/Color.html" title="enum in common.data">Color</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="common/data/Country.html#values--">values()</a></span> - Static method in enum common.data.<a href="common/data/Country.html" title="enum in common.data">Country</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;</div>
2022-04-29 16:29:59 +00:00
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>