public final class OeversionInfo extends BaseObject
| Modifier and Type | Field and Description |
|---|---|
private character |
oeclientType
List of supported types in #6417note-129
|
private character |
oemaintVersion
The maint version of the legacy OE version.
|
private character |
oemajorVersion
The major version of the legacy OE version.
|
private character |
oeminorVersion
The minor version of the legacy OE version.
|
| Constructor and Description |
|---|
OeversionInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
__lang_OeversionInfo_constructor__()
The default constructor, which initializes it with the legacy OE version.
|
character |
getOeclientType()
Get the value of the
oeclientType field. |
character |
getOemaintVersion()
Get the value of the
oemaintVersion field. |
character |
getOemajorVersion()
Get the value of the
oemajorVersion field. |
character |
getOeminorVersion()
Get the value of the
oeminorVersion field. |
static object<? extends OeversionInfo> |
newInstance(java.lang.String major,
java.lang.String minor,
java.lang.String maint,
java.lang.String clientType)
Create a new instance and initialize it.
|
void |
setOeclientType(character clientType)
Sets the value of the
oeclientType field. |
void |
setOemaintVersion(character maintVersion)
Sets the value of the
oemaintVersion field. |
void |
setOemajorVersion(character majorVersion)
Sets the value of the
oemajorVersion field. |
void |
setOeminorVersion(character minorVersion)
Sets the value of the
oemaintVersion field. |
__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, assertNotNull, assertNotNull, getLegacyClass, getNextSibling, getPrevSibling, legacyClone, legacyEquals, toLegacyStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisTrackedprivate character oeclientType
private character oemaintVersion
private character oemajorVersion
private character oeminorVersion
public static object<? extends OeversionInfo> newInstance(java.lang.String major, java.lang.String minor, java.lang.String maint, java.lang.String clientType)
major - The major version.minor - The minor version.maint - The maint version.clientType - The client type.public void __lang_OeversionInfo_constructor__()
public character getOeclientType()
oeclientType field.public void setOeclientType(character clientType)
oeclientType field.clientType - The type of the client.ErrorConditionException - Setter throws a runtime error in OE.public character getOemaintVersion()
oemaintVersion field.public void setOemaintVersion(character maintVersion)
oemaintVersion field.maintVersion - The main version.ErrorConditionException - Setter throws a runtime error in OE.public character getOemajorVersion()
oemajorVersion field.public void setOemajorVersion(character majorVersion)
oemajorVersion field.majorVersion - The major version.ErrorConditionException - Setter throws a runtime error in OE.public character getOeminorVersion()
oeminorVersion field.public void setOeminorVersion(character minorVersion)
oemaintVersion field.minorVersion - The minor version.ErrorConditionException - Setter throws a runtime error in OE.