|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.structconf.xconf.PropertyDocumentation
Encapsulates documentation for a property declared in xconf files.
Field Summary | |
private String |
category_
|
private String |
deprecation_
|
private String |
description_
|
private String |
key_
|
private String |
synopsis_
|
Constructor Summary | |
(package private) |
PropertyDocumentation(String property_name)
|
Method Summary | |
String |
getCategory()
Category in which the property documentation should be grouped. |
String |
getDeprecation()
|
String |
getDescription()
String containing an HTML description of the property. |
String |
getKey()
The key by which this documentation should be identified in the documentation. |
String |
getNormalizedCategory()
The category string of the documentation normalized to be an anchor name. |
String |
getSynopsis()
String containing an HTML synopsis of the property. |
(package private) void |
setCategory(String category)
|
(package private) void |
setDeprecation(String deprecation)
|
(package private) void |
setDescription(String description)
|
(package private) void |
setKey(String key)
|
(package private) void |
setSynopsis(String synopsis)
|
String |
toString()
A developer oriented representation of the documentation info. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private String category_
private String key_
private String synopsis_
private String description_
private String deprecation_
Constructor Detail |
PropertyDocumentation(String property_name)
Method Detail |
public String toString()
void setCategory(String category)
void setKey(String key)
void setSynopsis(String synopsis)
void setDescription(String description)
void setDeprecation(String deprecation)
public String getNormalizedCategory()
public String getCategory()
public String getKey()
public String getSynopsis()
public String getDescription()
public String getDeprecation()
null
if the property is deprecated, a string otherwise
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |