Apache CXF API

org.apache.cxf.tools.corba.common.idltypes
Class IdlAttribute

java.lang.Object
  extended by org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
      extended by org.apache.cxf.tools.corba.common.idltypes.IdlField
          extended by org.apache.cxf.tools.corba.common.idltypes.IdlAttribute
All Implemented Interfaces:
IdlDefn

public final class IdlAttribute
extends IdlField


Field Summary
 
Fields inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlField
LOG
 
Method Summary
static IdlAttribute create(IdlScopeBase parent, String name, IdlType type, boolean readonly)
           
 boolean readonly()
           
 void setReadonly(boolean readonlyValue)
           
 void write(PrintWriter pw)
           
 
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlField
create, getCircularScope, isEmptyDef
 
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
definedIn, flush, fullName, fullName, isCircular, localName, name, scopeName, write, writeFwd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setReadonly

public void setReadonly(boolean readonlyValue)

create

public static IdlAttribute create(IdlScopeBase parent,
                                  String name,
                                  IdlType type,
                                  boolean readonly)

readonly

public boolean readonly()

write

public void write(PrintWriter pw)
Specified by:
write in interface IdlDefn
Overrides:
write in class IdlField

Apache CXF API

Apache CXF