removed getString method with default value argument.
This commit is contained in:
parent
d8bf2153ee
commit
57b09f6228
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public interface INode extends INodeState, IPathElement {
|
||||||
public Enumeration properties ();
|
public Enumeration properties ();
|
||||||
public IProperty get (String name, boolean inherit);
|
public IProperty get (String name, boolean inherit);
|
||||||
public String getString (String name, boolean inherit);
|
public String getString (String name, boolean inherit);
|
||||||
public String getString (String name, String defaultValue, boolean inherit);
|
// public String getString (String name, String defaultValue, boolean inherit);
|
||||||
public boolean getBoolean (String name, boolean inherit);
|
public boolean getBoolean (String name, boolean inherit);
|
||||||
public Date getDate (String name, boolean inherit);
|
public Date getDate (String name, boolean inherit);
|
||||||
public long getInteger (String name, boolean inherit);
|
public long getInteger (String name, boolean inherit);
|
||||||
|
|
Loading…
Add table
Reference in a new issue