-
- All Implemented Interfaces:
public final class Annotation.Layer
Layer enum for operating on annotations by layer (show, hide, etc...) Clients may create their own layers by using numbers from UserDefinedFirst to UserDefinedLast
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
Annotation.Layer.Companion
-
Constructor Summary
Constructors Constructor Description Annotation.Layer(Integer rawValue)
-
Method Summary
Modifier and Type Method Description final Integer
getRawValue()
-
-
Constructor Detail
-
Annotation.Layer
Annotation.Layer(Integer rawValue)
-
-
Method Detail
-
getRawValue
final Integer getRawValue()
-
-
-
-