Package de.cuioss.test.generator.impl
Class ZoneOffsetGenerator
- java.lang.Object
-
- de.cuioss.test.generator.impl.ZoneOffsetGenerator
-
- All Implemented Interfaces:
TypedGenerator<ZoneOffset>
public class ZoneOffsetGenerator extends Object implements TypedGenerator<ZoneOffset>
Provide any valid value for ZoneOffset- Author:
- Eugen Fischer
-
-
Constructor Summary
Constructors Constructor Description ZoneOffsetGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<ZoneOffset>getType()ZoneOffsetnext()Generates the next instance.
-
-
-
Constructor Detail
-
ZoneOffsetGenerator
public ZoneOffsetGenerator()
-
-
Method Detail
-
next
public ZoneOffset next()
Description copied from interface:TypedGeneratorGenerates the next instance.- Specified by:
nextin interfaceTypedGenerator<ZoneOffset>- Returns:
- a newly created instance
-
getType
public Class<ZoneOffset> getType()
- Specified by:
getTypein interfaceTypedGenerator<ZoneOffset>- Returns:
- class information; which type this generator is responsible for.
-
-