Package io.toro.martini.tracker
Class Document.Type
- java.lang.Object
-
- io.toro.martini.tracker.Document.Type
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Document
public abstract static class Document.Type extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Type()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Document.Type
create(String name)
abstract String
name()
-
-
-
Method Detail
-
name
public abstract String name()
-
create
public static Document.Type create(String name)
-
-