public class NamingEntry extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CONTEXT |
static int |
ENTRY |
static int |
LINK_REF |
String |
name |
static int |
REFERENCE |
int |
type
The type instance variable is used to avoid using RTTI when doing
lookups.
|
Object |
value |
Constructor and Description |
---|
NamingEntry(String name,
Object value,
int type) |
public static final int ENTRY
public static final int LINK_REF
public static final int REFERENCE
public static final int CONTEXT
public int type
public String name
public Object value
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.