public class ExtendedArgument extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PREFIX
The parameter prefix of extended arguments.
|
Constructor and Description |
---|
ExtendedArgument(String name,
String value)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name.
|
String |
getValue()
Returns the value.
|
String |
toString() |
public static final String PREFIX
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.