Describes a class attribute.
void setType(const PString &type)
Sets the type of the PClassAttribute.
void setDocumentation(const PString &documentation)
Sets the documentation of the PClassAttribute.
void setIsPointer(bool isPointer)
Sets the isPointer of the PClassAttribute.
void setName(const PString &name)
Sets the name of the PClassAttribute.
void setIsReference(bool isReference)
Sets the isReference of the PClassAttribute.
PClassAttribute createClassAttribute(const PString &type, const PString &name, const PString &documentation)
Creates a PClassAttribute.