|
ST-Developer Java Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.steptools.stdev.p21.Header
public class Header
Provides a convient interface for the STEP Part 21 header instances. This class can be used to get the values that will be include in a Part21 header for a model to either update the instances, or to get their values.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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()
|
ST-Developer Java Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||