Package org.djutils.metadata.demo
Class MetaDataDemo
java.lang.Object
org.djutils.metadata.demo.MetaDataDemo
MetaDataDemo.java. 
 
Copyright (c) 2020-2025 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-2025 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 voidDemonstration of MetaData use.(package private) static voidMetaData demo using array of Object.(package private) static voidSingle object meta data that only permits a Long. 
- 
Method Details
- 
main
Demonstration of MetaData use.- Parameters:
 args- 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- ...
 
 -