- java.lang.Object
 - 
- jp.cafebabe.birthmarks.entities.BirthmarkType
 
 
- 
- All Implemented Interfaces:
 Serializable,Comparable<BirthmarkType>
public final class BirthmarkType extends Object implements Serializable, Comparable<BirthmarkType>
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static BirthmarkTypeUNKNOWN 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(BirthmarkType other)booleanequals(Object object)inthashCode()static BirthmarkTypeof(String name)StringtoString() 
 - 
 
- 
- 
Field Detail
- 
UNKNOWN
public static final BirthmarkType UNKNOWN
 
 - 
 
- 
Method Detail
- 
of
public static BirthmarkType of(String name)
 
- 
compareTo
public int compareTo(BirthmarkType other)
- Specified by:
 compareToin interfaceComparable<BirthmarkType>
 
 - 
 
 -