java.lang.Cloneable
public class Description extends DataType
description, location, project
Constructor | Description |
---|---|
Description() |
Modifier and Type | Method | Description |
---|---|---|
void |
addText(java.lang.String text) |
Adds descriptive text to the project.
|
static java.lang.String |
getDescription(Project project) |
Return the descriptions from all the targets of
a project.
|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
public void addText(java.lang.String text)
text
- the descriptive textpublic static java.lang.String getDescription(Project project)
project
- the project to get the descriptions for.