public class Value extends Object
| Constructor and Description |
|---|
Value(String temp) |
Value(String keyword,
String... paramers) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyword() |
String[] |
getParamers() |
void |
setKeyword(String keyword) |
void |
setParamers(String[] paramers) |
String |
toString() |
public Value(String temp)
Copyright © 2013. All Rights Reserved.