Class ToTypeSubTypeValue
- java.lang.Object
-
- uk.gov.gchq.koryphe.function.KorypheFunction<Object,TypeSubTypeValue>
-
- uk.gov.gchq.gaffer.types.function.ToTypeSubTypeValue
-
- All Implemented Interfaces:
Function<Object,TypeSubTypeValue>
public class ToTypeSubTypeValue extends uk.gov.gchq.koryphe.function.KorypheFunction<Object,TypeSubTypeValue>
AToTypeSubTypeValueis aKorypheFunctionthat converts a value into aTypeSubTypeValue, by setting the Type and SubType to null (or the provided strings) and the Value to the input value.
-
-
Constructor Summary
Constructors Constructor Description ToTypeSubTypeValue()ToTypeSubTypeValue(String type, String subType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeSubTypeValueapply(Object value)StringgetSubType()StringgetType()voidsetSubType(String subType)voidsetType(String type)
-