Gets the value of the reflected field from the given object,
i.e. an interface, enum or compound type (struct/exception).
For enums, the given object is ignored; the returned value
reflects the constant enum 32-bit value.
Gets the value of the reflected field from the given object,
i.e. an interface, enum or compound type (struct/exception).
For enums, the given object is ignored; the returned value
reflects the constant enum 32-bit value.
IllegalAccessException
An ::com::sun::star::lang::IllegalAccessException
is thrown if the given object is no interface, enum or compound type;
or the given object does not have the reflected field.
IllegalAccessException
An ::com::sun::star::lang::IllegalAccessException
is thrown if the given object is no interface or compound type;
or the given object does not have the reflected field.