public abstract class SymTabEntry extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name
Field name
|
protected QName |
qname
Field qname
|
Modifier | Constructor and Description |
---|---|
protected |
SymTabEntry(QName qname)
Construct a symbol table entry with the given QName.
|
Modifier and Type | Method and Description |
---|---|
Object |
getDynamicVar(Object key)
There may be information that does not exist in WSDL4J/DOM
structures and does not exist in
our additional structures, but that Writer implementation
will need.
|
String |
getName()
Get the name of this entry.
|
QName |
getQName()
Get the QName of this entry.
|
boolean |
isReferenced()
Is this entry referenced by any other entry in the symbol table?
|
void |
setDynamicVar(Object key,
Object value)
Method setDynamicVar
|
void |
setIsReferenced(boolean isReferenced)
Set the isReferenced variable, default value is true.
|
void |
setName(String name)
Set the name of this entry.
|
String |
toString()
Collate the info in this object in string form.
|
protected String |
toString(String indent)
Collate the info in this object in string form with indentation.
|
protected SymTabEntry(QName qname)
qname
- public final QName getQName()
public String getName()
public void setName(String name)
name
- public final boolean isReferenced()
public final void setIsReferenced(boolean isReferenced)
isReferenced
- public Object getDynamicVar(Object key)
key
- public void setDynamicVar(Object key, Object value)
key
- value
- public String toString()
Copyright © The Apache Software Foundation. All Rights Reserved.