com.sun.jini.logging
Class Levels.LevelData
java.lang.Object
com.sun.jini.logging.Levels.LevelData
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Levels
private static final class Levels.LevelData
- extends Object
- implements Serializable
Defines a class that has the same data format as the Level class, to
permit creating the serialized form of a Level instance.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
name
private final String name
value
private final int value
resourceBundleName
private final String resourceBundleName
Levels.LevelData
Levels.LevelData(String name,
int value,
String resourceBundleName)
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.