Uses of Class
org.camunda.bpm.extension.graphql.types.ValueTypeEnum
-
Packages that use ValueTypeEnum Package Description org.camunda.bpm.extension.graphql.types -
-
Uses of ValueTypeEnum in org.camunda.bpm.extension.graphql.types
Methods in org.camunda.bpm.extension.graphql.types that return ValueTypeEnum Modifier and Type Method Description static ValueTypeEnumValueTypeEnum. from(org.camunda.bpm.engine.variable.type.ValueType type)ValueTypeEnumKeyValuePair. getValueType()ValueTypeEnumKeyValuePairInput. getValueType()static ValueTypeEnumValueTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueTypeEnum[]ValueTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.camunda.bpm.extension.graphql.types with parameters of type ValueTypeEnum Modifier and Type Method Description voidKeyValuePair. setValueType(ValueTypeEnum valueType)voidKeyValuePairInput. setValueType(ValueTypeEnum valueType)Constructors in org.camunda.bpm.extension.graphql.types with parameters of type ValueTypeEnum Constructor Description KeyValuePair(String key, String value, ValueTypeEnum valueType)
-