public class VersionContainer extends IdentifiedContainer implements Version
Constructor and Description |
---|
VersionContainer() |
Modifier and Type | Method and Description |
---|---|
BigInteger |
build() |
void |
build(BigInteger newBuild) |
boolean |
buildPresent() |
String |
fullVersion() |
void |
fullVersion(String newFullVersion) |
boolean |
fullVersionPresent() |
BigInteger |
major() |
void |
major(BigInteger newMajor) |
boolean |
majorPresent() |
BigInteger |
minor() |
void |
minor(BigInteger newMinor) |
boolean |
minorPresent() |
BigInteger |
revision() |
void |
revision(BigInteger newRevision) |
boolean |
revisionPresent() |
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public BigInteger build()
public void build(BigInteger newBuild)
public boolean buildPresent()
buildPresent
in interface Version
public String fullVersion()
fullVersion
in interface Version
public void fullVersion(String newFullVersion)
public boolean fullVersionPresent()
fullVersionPresent
in interface Version
public BigInteger major()
public void major(BigInteger newMajor)
public boolean majorPresent()
majorPresent
in interface Version
public BigInteger minor()
public void minor(BigInteger newMinor)
public boolean minorPresent()
minorPresent
in interface Version
public BigInteger revision()
public void revision(BigInteger newRevision)
public boolean revisionPresent()
revisionPresent
in interface Version
Copyright © 2016. All rights reserved.