Package io.stigg.api.operations.type
Class FeatureType
- java.lang.Object
-
- io.stigg.api.operations.type.FeatureType
-
- Direct Known Subclasses:
FeatureType.UNKNOWN__
public class FeatureType extends java.lang.ObjectThe type of the feature
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFeatureType.UNKNOWN__An enum value that wasn't known at compile time.
-
Field Summary
Fields Modifier and Type Field Description static FeatureTypeBOOLEANstatic FeatureTypeNUMBERjava.lang.StringrawValuestatic com.apollographql.apollo3.api.EnumTypetype
-
Constructor Summary
Constructors Constructor Description FeatureType(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FeatureTypesafeValueOf(java.lang.String rawValue)
-
-
-
Field Detail
-
type
public static com.apollographql.apollo3.api.EnumType type
-
BOOLEAN
public static FeatureType BOOLEAN
-
NUMBER
public static FeatureType NUMBER
-
rawValue
public java.lang.String rawValue
-
-
Method Detail
-
safeValueOf
public static FeatureType safeValueOf(java.lang.String rawValue)
-
-