public class InterceptorPropertyDescriptor extends Object implements Serializable
| Constructor and Description |
|---|
InterceptorPropertyDescriptor(String name,
String longname,
String description,
InterceptorConstants inputType,
String[] options,
String value,
boolean optional)
TODO: Add JavaDoc.
|
InterceptorPropertyDescriptor(String name,
String longname,
String description,
InterceptorConstants inputType,
String value,
boolean optional)
TODO: Add JavaDoc.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getInputType() |
String |
getLongname() |
String |
getName() |
String[] |
getOptions() |
String |
getValue() |
boolean |
isOptional() |
public InterceptorPropertyDescriptor(String name, String longname, String description, InterceptorConstants inputType, String value, boolean optional)
Copyright © 2025. All rights reserved.