public class PropertiesSection
extends Object
Constructor and Description |
---|
PropertiesSection(String text) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getComments() |
String |
getDefaultProperties() |
String |
getExampleProperties() |
List<PropertyComment> |
getPropertyComments() |
String |
getText() |
String |
getTitle() |
boolean |
hasComments() |
boolean |
hasDefaultProperties() |
boolean |
hasExampleProperties() |
boolean |
hasPropertyComments() |
boolean |
hasTitle() |
void |
setComments(List<String> comments) |
void |
setDefaultProperties(String defaultProperties) |
void |
setExampleProperties(String exampleProperties) |
void |
setPropertyComments(List<PropertyComment> propertyComments) |
void |
setTitle(String title) |
public List<String> getComments()
public String getDefaultProperties()
public String getExampleProperties()
public List<PropertyComment> getPropertyComments()
public String getText()
public String getTitle()
public boolean hasComments()
public boolean hasDefaultProperties()
public boolean hasExampleProperties()
public boolean hasPropertyComments()
public boolean hasTitle()
public void setComments(List<String> comments)
public void setDefaultProperties(String defaultProperties)
public void setExampleProperties(String exampleProperties)
public void setPropertyComments(List<PropertyComment> propertyComments)
public void setTitle(String title)