VR-Link JAVA API Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
List of all members | Public Member Functions | Static Public Member Functions | Public Attributes | Private Attributes | Static Private Attributes
com.mak.vrlj.vl.NotifyLevel Enum Reference

Log notify level used by VR-Link C++. More...

+ Collaboration diagram for com.mak.vrlj.vl.NotifyLevel:

Public Member Functions

 NotifyLevel ()
 
int getValue ()
 

Static Public Member Functions

static NotifyLevel valueOf (int value)
 
 [static initializer]
 

Public Attributes

 Fatal
 Log urgency levels. More...
 
 Warn
 
 Info
 
 Verbose
 

Private Attributes

final int myValue
 

Static Private Attributes

staticfinal Map< Integer,
NotifyLevel
myLookupMap
 

Detailed Description

Log notify level used by VR-Link C++.

Constructor & Destructor Documentation

com.mak.vrlj.vl.NotifyLevel.NotifyLevel ( )
inline

Member Function Documentation

com.mak.vrlj.vl.NotifyLevel.[static initializer] ( )
inlinestatic
int com.mak.vrlj.vl.NotifyLevel.getValue ( )
inline
static NotifyLevel com.mak.vrlj.vl.NotifyLevel.valueOf ( int  value)
inlinestatic

Member Data Documentation

com.mak.vrlj.vl.NotifyLevel.Fatal

Log urgency levels.

com.mak.vrlj.vl.NotifyLevel.Info
static final Map<Integer, NotifyLevel> com.mak.vrlj.vl.NotifyLevel.myLookupMap
staticprivate
Initial value:
=
new ConcurrentHashMap<Integer, NotifyLevel>()
final int com.mak.vrlj.vl.NotifyLevel.myValue
private
com.mak.vrlj.vl.NotifyLevel.Verbose
com.mak.vrlj.vl.NotifyLevel.Warn

The documentation for this enum was generated from the following file:

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)