Class Version
- java.lang.Object
-
- com.netgrif.application.engine.petrinet.domain.version.Version
-
public class Version extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidincrement(VersionType type)java.lang.StringtoString()
-
-
-
Field Detail
-
NEWEST
@Deprecated(since="6.0.3", forRemoval=false) public static final java.lang.String NEWESTDeprecated.since 6.0.3 - please useLATESTinstead- See Also:
- Constant Field Values
-
LATEST
public static final java.lang.String LATEST
- See Also:
- Constant Field Values
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
increment
public void increment(VersionType type)
-
-