Uses of Class
com.helger.html.hc.html.embedded.EHCParamValueType
-
Packages that use EHCParamValueType Package Description com.helger.html.hc.html.embedded -
-
Uses of EHCParamValueType in com.helger.html.hc.html.embedded
Fields in com.helger.html.hc.html.embedded declared as EHCParamValueType Modifier and Type Field Description static EHCParamValueTypeEHCParamValueType. DEFAULTDefault param value type is dataMethods in com.helger.html.hc.html.embedded that return EHCParamValueType Modifier and Type Method Description static EHCParamValueTypeEHCParamValueType. getFromAttrValueOrNull(String sAttrValue)EHCParamValueTypeHCParam. getValueType()static EHCParamValueTypeEHCParamValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static EHCParamValueType[]EHCParamValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.html.hc.html.embedded with parameters of type EHCParamValueType Modifier and Type Method Description HCParamHCParam. setValueType(EHCParamValueType eValueType)
-