| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.emc.documentum.fs.datamodel.core.VersionStrategy | |
Java class for VersionStrategy.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="VersionStrategy">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="IMPLIED"/>
<enumeration value="NEXT_MAJOR"/>
<enumeration value="NEXT_MINOR"/>
<enumeration value="SAME_VERSION"/>
<enumeration value="BRANCH_VERSION"/>
</restriction>
</simpleType>
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| VersionStrategy | BRANCH_VERSION | ||||||||||
| VersionStrategy | IMPLIED | ||||||||||
| VersionStrategy | NEXT_MAJOR | ||||||||||
| VersionStrategy | NEXT_MINOR | ||||||||||
| VersionStrategy | SAME_VERSION | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||