Uses of Class
tilda.enums.NVPSourceType
-
Packages that use NVPSourceType Package Description tilda.enums tilda.parsing.parts -
-
Uses of NVPSourceType in tilda.enums
Methods in tilda.enums that return NVPSourceType Modifier and Type Method Description static NVPSourceType
NVPSourceType. parse(java.lang.String Str)
static NVPSourceType
NVPSourceType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NVPSourceType[]
NVPSourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NVPSourceType in tilda.parsing.parts
Fields in tilda.parsing.parts declared as NVPSourceType Modifier and Type Field Description NVPSourceType
OutputMap. _NVPSrc
-