Package org.djutils.metadata.demo
Class MetaDataDemo
java.lang.Object
org.djutils.metadata.demo.MetaDataDemo
MetaDataDemo.java.
Copyright (c) 2020-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.
Copyright (c) 2020-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.
- Author:
- Alexander Verbraeck, Peter Knoppers
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Demonstration of MetaData use.(package private) static void
MetaData demo using array of Object.(package private) static void
Single object meta data that only permits a Long.
-
Method Details
-
main
Demonstration of MetaData use.- Parameters:
args
- String[]; the command line arguments; not used
-
testSingleLong
Single object meta data that only permits a Long.- Throws:
RuntimeException
- ...
-
testObjectArray
MetaData demo using array of Object.- Throws:
RuntimeException
- ...
-