# Class: com.pnfsoftware.jeb.core.units.code.simatic.S7.S5Time

S5TIME type parser.

## Static Field: DEFAULT
Type: `com.pnfsoftware.jeb.core.units.code.simatic.S7.S5Time`
Description: Default value, `S5T#0MS`.

## Method: getRawValue
- return type: `short`

Description: Retrieve the raw S5TIME value.
return: raw value

## Method: toString
- return type: `java.lang.String`


## Static Method: create
- parameter: `raw`, type: `int`
- return type: `com.pnfsoftware.jeb.core.units.code.simatic.S7.S5Time`

Description: Create an S5TIME value from its raw representation.
parameter: raw: raw S5TIME value
return: S5TIME value

