StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.comp.typedescriptionmanager
Class AttributeTypeDescription

java.lang.Object
  |
  +--com.sun.star.comp.typedescriptionmanager.TypeDescription
        |
        +--com.sun.star.comp.typedescriptionmanager.AttributeTypeDescription
All Implemented Interfaces:
com.sun.star.uno.XInterface, com.sun.star.reflection.XInterfaceAttributeTypeDescription, com.sun.star.reflection.XInterfaceMemberTypeDescription, com.sun.star.reflection.XTypeDescription

synchronized class AttributeTypeDescription
extends com.sun.star.comp.typedescriptionmanager.TypeDescription
implements com.sun.star.reflection.XInterfaceAttributeTypeDescription


Field Summary
private  boolean _bReadOnly
           
private  java.lang.String _memberName
           
private  int _nPos
           
private  com.sun.star.reflection.XTypeDescription _xType
           
 
Fields inherited from class com.sun.star.comp.typedescriptionmanager.TypeDescription
_class, _name, _typeClass, _typeInfos
 
Fields inherited from interface com.sun.star.reflection.XInterfaceAttributeTypeDescription
UIK, UNORUNTIMEDATA, UNOTYPEINFO
 
Constructor Summary
AttributeTypeDescription(java.lang.String s1, java.lang.String s2, com.sun.star.reflection.XTypeDescription xtd, int i, boolean b)
           
 
Method Summary
 java.lang.String getMemberName()
           
 int getPosition()
           
 com.sun.star.reflection.XTypeDescription getType()
           
 boolean isReadOnly()
           
 
Methods inherited from class com.sun.star.comp.typedescriptionmanager.TypeDescription
getName, getTypeClass, getTypeInfo, initTypeInfos, isConst, isInterface, isOneway, isReadOnly, isUnsigned
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.star.reflection.XTypeDescription
getName, getTypeClass
 

Field Detail

_bReadOnly

private boolean _bReadOnly

_memberName

private java.lang.String _memberName

_nPos

private int _nPos

_xType

private com.sun.star.reflection.XTypeDescription _xType
Constructor Detail

AttributeTypeDescription

public AttributeTypeDescription(java.lang.String s1,
                                java.lang.String s2,
                                com.sun.star.reflection.XTypeDescription xtd,
                                int i,
                                boolean b)
Method Detail

getMemberName

public java.lang.String getMemberName()
                               throws com.sun.star.uno.RuntimeException
Specified by:
getMemberName in interface com.sun.star.reflection.XInterfaceMemberTypeDescription

getPosition

public int getPosition()
                throws com.sun.star.uno.RuntimeException
Specified by:
getPosition in interface com.sun.star.reflection.XInterfaceMemberTypeDescription

getType

public com.sun.star.reflection.XTypeDescription getType()
                                                 throws com.sun.star.uno.RuntimeException
Specified by:
getType in interface com.sun.star.reflection.XInterfaceAttributeTypeDescription

isReadOnly

public boolean isReadOnly()
                   throws com.sun.star.uno.RuntimeException
Specified by:
isReadOnly in interface com.sun.star.reflection.XInterfaceAttributeTypeDescription

StarOffice 5.2 API
reverse engineered by classdoc