| Package | Description | 
|---|---|
| org.waarp.gateway.kernel | 
| Modifier and Type | Method and Description | 
|---|---|
AbstractHttpField.FieldRole | 
AbstractHttpField.getFieldtype()  | 
static AbstractHttpField.FieldRole | 
AbstractHttpField.FieldRole.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AbstractHttpField.FieldRole[] | 
AbstractHttpField.FieldRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
AbstractHttpField(String fieldname,
                 AbstractHttpField.FieldRole fieldtype,
                 String fieldinfo,
                 String fieldvalue,
                 boolean fieldvisibility,
                 boolean fieldmandatory,
                 boolean fieldcookieset,
                 boolean fieldtovalidate,
                 AbstractHttpField.FieldPosition fieldposition,
                 int fieldrank)  | 
DefaultHttpField(String fieldname,
                AbstractHttpField.FieldRole fieldtype,
                String fieldinfo,
                String fieldvalue,
                boolean fieldvisibility,
                boolean fieldmandatory,
                boolean fieldcookieset,
                boolean fieldtovalidate,
                AbstractHttpField.FieldPosition fieldposition,
                int fieldrank)  | 
Copyright © 2009–2020 Waarp. All rights reserved.