Package io.stigg.api.operations.type
Class Alignment
- java.lang.Object
-
- io.stigg.api.operations.type.Alignment
-
- Direct Known Subclasses:
Alignment.UNKNOWN__
public class Alignment extends java.lang.ObjectAlignment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAlignment.UNKNOWN__An enum value that wasn't known at compile time.
-
Constructor Summary
Constructors Constructor Description Alignment(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AlignmentsafeValueOf(java.lang.String rawValue)
-
-
-
Method Detail
-
safeValueOf
public static Alignment safeValueOf(java.lang.String rawValue)
-
-