public final class DisplayName extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DisplayName.Adapter
Guarantees that any unmarshalled enum constants effectively are the constant Java instances itself, so that
== can be used form comparison. |
| Modifier and Type | Field and Description |
|---|---|
static DisplayName |
DISPLAYNAME
Singleton empty instance for use as property name only, providing improved performance and the ability to compare by same instance.
|
| Constructor and Description |
|---|
DisplayName()
Deprecated.
Since 1.2. Use
DISPLAYNAME instead to obtain a singleton empty instance. In future releases this will have private
visibility. |
DisplayName(String name) |
public static final DisplayName DISPLAYNAME
@Deprecated public DisplayName()
DISPLAYNAME instead to obtain a singleton empty instance. In future releases this will have private
visibility.public DisplayName(String name)
Copyright © 2008-2014 The java.net WebDAV Project. All Rights Reserved.