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