public interface ISpecDocumentation
| Modifier and Type | Method and Description | 
|---|---|
| void | addSpecChange(ISpecChange change)Add a new change to the specs. | 
| String | getApplicationName()Get the application name. | 
| String | getFaqLink()Get the FAQ URL. | 
| String | getObjectDescriptionsLink()Get the object descriptions URL. | 
| String | getProjectDescription()Get the project description. | 
| String | getProjectName()Get the project name. | 
| String | getProjectOwner()Get the project owner alias. | 
| List<ISpecChange> | getSpecChanges()Get the list of changes in the specs. | 
| String | getSpecsVersion()Get the specs version. | 
| ISpecChange | newSpecChange()Create a new specs change. | 
| void | setApplicationName(String name)Set the application name. | 
| void | setFaqLink(String faqLink)Set FAQ URL | 
| void | setObjectDescriptionsLink(String objectDescriptionsLink)Set object descriptions URL. | 
| void | setProjectDescription(String desc)Set the project description. | 
| void | setProjectName(String name)Set the project name. | 
| void | setProjectOwner(String owner)Set the project owner alias. | 
String getProjectName()
void setProjectName(String name)
name - The project name.String getApplicationName()
void setApplicationName(String name)
name - The application name.String getProjectDescription()
void setProjectDescription(String desc)
desc - The project description.String getProjectOwner()
void setProjectOwner(String owner)
owner - Project owner alias.String getFaqLink()
void setFaqLink(String faqLink)
faqLink - URLString getObjectDescriptionsLink()
void setObjectDescriptionsLink(String objectDescriptionsLink)
objectDescriptionsLink - urlList<ISpecChange> getSpecChanges()
ISpecChange newSpecChange()
void addSpecChange(ISpecChange change)
change - String getSpecsVersion()
Copyright © 2010–2020 CERN. All rights reserved.