- 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 BirthmarkType
UNKNOWN
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(BirthmarkType other)
boolean
equals(Object object)
int
hashCode()
static BirthmarkType
of(String name)
String
toString()
-
-
-
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:
compareTo
in interfaceComparable<BirthmarkType>
-
-