Class Version
- java.lang.Object
-
- com.netgrif.application.engine.petrinet.domain.version.Version
-
public class Version extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NEWEST
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
increment(VersionType type)
java.lang.String
toString()
-
-
-
Field Detail
-
NEWEST
public static final java.lang.String NEWEST
- See Also:
- Constant Field Values
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
increment
public void increment(VersionType type)
-
-