Package com.nomagic.magicdraw.annotation
Class AnnotationCategory
- java.lang.Object
 - 
- com.nomagic.magicdraw.annotation.AnnotationCategory
 
 
- 
@OpenApiAll public class AnnotationCategory extends java.lang.ObjectSemantic types of Annotation objects 
- 
- 
Field Summary
Fields Modifier and Type Field Description static AnnotationCategoryANYprivate inthashCodeprivate java.lang.Stringname 
- 
Constructor Summary
Constructors Constructor Description AnnotationCategory(java.lang.String name) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetName()inthashCode() 
 - 
 
- 
- 
Field Detail
- 
ANY
public static final AnnotationCategory ANY
 
- 
name
private final java.lang.String name
 
- 
hashCode
private final int hashCode
 
 - 
 
 -