StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.sheet
Class SheetLinkMode

java.lang.Object
  |
  +--com.sun.star.uno.Enum
        |
        +--com.sun.star.sheet.SheetLinkMode

public final synchronized class SheetLinkMode
extends com.sun.star.uno.Enum


Field Summary
static com.sun.star.sheet.SheetLinkMode NONE
           
static int NONE_value
           
static com.sun.star.sheet.SheetLinkMode NORMAL
           
static int NORMAL_value
           
static java.lang.Object UNORUNTIMEDATA
           
static com.sun.star.sheet.SheetLinkMode VALUE
           
static int VALUE_value
           
 
Fields inherited from class com.sun.star.uno.Enum
m_value
 
Constructor Summary
private SheetLinkMode(int i)
           
 
Method Summary
static com.sun.star.sheet.SheetLinkMode fromInt(int i)
           
static com.sun.star.sheet.SheetLinkMode getDefault()
           
 
Methods inherited from class com.sun.star.uno.Enum
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final com.sun.star.sheet.SheetLinkMode NONE

NONE_value

public static final int NONE_value

NORMAL

public static final com.sun.star.sheet.SheetLinkMode NORMAL

NORMAL_value

public static final int NORMAL_value

UNORUNTIMEDATA

public static java.lang.Object UNORUNTIMEDATA

VALUE

public static final com.sun.star.sheet.SheetLinkMode VALUE

VALUE_value

public static final int VALUE_value
Constructor Detail

SheetLinkMode

private SheetLinkMode(int i)
Method Detail

fromInt

public static com.sun.star.sheet.SheetLinkMode fromInt(int i)

getDefault

public static com.sun.star.sheet.SheetLinkMode getDefault()

StarOffice 5.2 API
reverse engineered by classdoc