com.sun.star.reflection
Interface XUnionTypeDescription
- All Superinterfaces:
- com.sun.star.uno.XInterface, com.sun.star.reflection.XTypeDescription
- public abstract interface XUnionTypeDescription
- extends com.sun.star.reflection.XTypeDescription
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 |
getDefaultDiscriminant()
|
abstract com.sun.star.reflection.XTypeDescription |
getDefaultMemberType()
|
abstract com.sun.star.reflection.XTypeDescription |
getDiscriminantType()
|
abstract java.lang.Object[] |
getDiscriminants()
|
abstract java.lang.String[] |
getMemberNames()
|
abstract com.sun.star.reflection.XTypeDescription[] |
getMemberTypes()
|
Methods inherited from interface com.sun.star.reflection.XTypeDescription |
getName, getTypeClass |
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
getDefaultDiscriminant
public abstract java.lang.Object getDefaultDiscriminant()
throws com.sun.star.uno.RuntimeException
getDefaultMemberType
public abstract com.sun.star.reflection.XTypeDescription getDefaultMemberType()
throws com.sun.star.uno.RuntimeException
getDiscriminantType
public abstract com.sun.star.reflection.XTypeDescription getDiscriminantType()
throws com.sun.star.uno.RuntimeException
getDiscriminants
public abstract java.lang.Object[] getDiscriminants()
throws com.sun.star.uno.RuntimeException
getMemberNames
public abstract java.lang.String[] getMemberNames()
throws com.sun.star.uno.RuntimeException
getMemberTypes
public abstract com.sun.star.reflection.XTypeDescription[] getMemberTypes()
throws com.sun.star.uno.RuntimeException