Class IdlAttribute
- java.lang.Object
-
- org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
-
- org.apache.cxf.tools.corba.common.idltypes.IdlField
-
- org.apache.cxf.tools.corba.common.idltypes.IdlAttribute
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdlAttributecreate(IdlScopeBase parent, String name, IdlType type, boolean readonly)booleanreadonly()voidsetReadonly(boolean readonlyValue)voidwrite(PrintWriter pw)-
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlField
create, getCircularScope, isEmptyDef
-
-
-
-
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)
-
-