|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILazyApplicationInfo
Lazy information provider of an office application.
Field Summary | |
---|---|
static ILazyApplicationInfo[] |
EMPTY_LAZY_APPLICATION_INFOS_ARRAY
Empty array of lazy application info objects. |
Method Summary | |
---|---|
java.lang.String |
getHome()
Returns home of the office application. |
int |
getMajorVersion()
Returns major version of the office application. |
int |
getMinorVersion()
Returns minor version of the office application. |
IApplicationProperties |
getProperties()
Returns properties of the office application. |
int |
getUpdateVersion()
Returns update version of the office application. |
Field Detail |
---|
static final ILazyApplicationInfo[] EMPTY_LAZY_APPLICATION_INFOS_ARRAY
Method Detail |
---|
java.lang.String getHome()
IApplicationProperties getProperties()
int getMajorVersion()
-1
if the major version is not available.
-1
if the major version is not availableint getMinorVersion()
-1
if the minor version is not available.
-1
if the minor version is not availableint getUpdateVersion()
-1
if the update version is not available.
-1
if the update version is not available
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |