public class Param extends Object
Modifier and Type | Field and Description |
---|---|
static String |
INVALID |
static String |
MISSING |
Constructor and Description |
---|
Param(String status,
String name,
String regex,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getName() |
String |
getRegex() |
String |
getStatus() |
Copyright © 2018 The Codehaus Foundation. All rights reserved.