com.sun.star.beans
Interface XPropertyState
- All Superinterfaces:
- com.sun.star.uno.XInterface
- public abstract interface XPropertyState
- extends com.sun.star.uno.XInterface
Field Summary |
static com.sun.star.uno.Uik |
UIK
|
static java.lang.Object |
UNORUNTIMEDATA
|
static com.sun.star.lib.uno.typeinfo.TypeInfo[] |
UNOTYPEINFO
|
Method Summary |
abstract java.lang.Object |
getPropertyDefault(java.lang.String s)
|
abstract com.sun.star.beans.PropertyState |
getPropertyState(java.lang.String s)
|
abstract com.sun.star.beans.PropertyState[] |
getPropertyStates(java.lang.String[] s)
|
abstract void |
setPropertyToDefault(java.lang.String s)
|
UIK
public static final com.sun.star.uno.Uik UIK
UNORUNTIMEDATA
public static final java.lang.Object UNORUNTIMEDATA
UNOTYPEINFO
public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
getPropertyDefault
public abstract java.lang.Object getPropertyDefault(java.lang.String s)
throws com.sun.star.beans.UnknownPropertyException,
com.sun.star.lang.WrappedTargetException,
com.sun.star.uno.RuntimeException
getPropertyState
public abstract com.sun.star.beans.PropertyState getPropertyState(java.lang.String s)
throws com.sun.star.beans.UnknownPropertyException,
com.sun.star.uno.RuntimeException
getPropertyStates
public abstract com.sun.star.beans.PropertyState[] getPropertyStates(java.lang.String[] s)
throws com.sun.star.beans.UnknownPropertyException,
com.sun.star.uno.RuntimeException
setPropertyToDefault
public abstract void setPropertyToDefault(java.lang.String s)
throws com.sun.star.beans.UnknownPropertyException,
com.sun.star.uno.RuntimeException