|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectdk.brics.relaxng.Param
public class Param
<param name="NCName"> string </param>
| Constructor Summary | |
|---|---|
Param(String name,
String value)
Constructs a new param. |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name. |
String |
getValue()
Returns the value. |
String |
toString()
Returns a string representation of this param. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Param(String name,
String value)
name - namevalue - value| Method Detail |
|---|
public String getName()
public String getValue()
public String toString()
toString in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||