|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VersionType
Specifies a 2-byte unsigned version number, consisting of a major and minor component.
TypeDefinitionRecord.VersionType
Method Summary | |
---|---|
byte |
getMajor()
Returns the major component of the version number. |
byte |
getMinor()
Returns the minor component of the version number. |
void |
setMajor(byte major)
Sets the major component of the version number. |
void |
setMinor(byte minor)
Sets the minor component of the version number. |
Method Detail |
---|
@UInt8 byte getMajor()
Returns the major component of the version number.
void setMajor(@UInt8 byte major)
Sets the major component of the version number.
major
- Major component of the version number.@UInt8 byte getMinor()
Returns the minor component of the version number.
void setMinor(@UInt8 byte minor)
Sets the minor component of the version number.
minor
- Minor component of the version number.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |