xjavadoc

Class Primitive

final class Primitive extends AbstractClass

This class represents primitive types

Author: Ara Abrahamian Aslak Hellesxy

UNKNOWN: February 17, 2002

Field Summary
String_type
Constructor Summary
Primitive(XJavaDoc xJavaDoc, String name, String type)
Method Summary
XPackagegetContainingPackage()
StringgetType()
booleanisPrimitive()
booleanisWriteable()
whether this class can be saved ( it can not )
booleansaveNeeded()
this class is not intended to be saved
voidsetDirty()
no op since it's not writeable

Field Detail

_type

private final String _type

Constructor Detail

Primitive

public Primitive(XJavaDoc xJavaDoc, String name, String type)

Method Detail

getContainingPackage

public XPackage getContainingPackage()

getType

public final String getType()

isPrimitive

public final boolean isPrimitive()

isWriteable

public boolean isWriteable()
whether this class can be saved ( it can not )

Returns: always false

saveNeeded

public boolean saveNeeded()
this class is not intended to be saved

Returns: always false

setDirty

public void setDirty()
no op since it's not writeable