public class Header extends Object
| Modifier and Type | Method and Description |
|---|---|
static Header |
forModel(Model model)
Get the header for a given Model.
|
com.steptools.schemas.header_section_schema.File_description |
getFileDescription()
Create, if necessary, and retrieve the header's File_description
object.
|
com.steptools.schemas.header_section_schema.File_name |
getFileName()
Create, if necessary, and retrieve the header's File_name object.
|
com.steptools.schemas.header_section_schema.Population |
getPopulation()
Get the population object for the header.
|
public static Header forModel(Model model)
model - the model for which to get the header.public com.steptools.schemas.header_section_schema.Population getPopulation()
public com.steptools.schemas.header_section_schema.File_name getFileName()
public com.steptools.schemas.header_section_schema.File_description getFileDescription()