Class CreateVatIdMapConstantsClass
- java.lang.Object
-
- de.knightsoftnet.validators.shared.data.CreateVatIdMapConstantsClass
-
public class CreateVatIdMapConstantsClass extends Object
Read constants from properties file.- Author:
- Manfred Tremmel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateVatIdMapConstantsClass.VatIdMapConstantsProperties
-
Constructor Summary
Constructors Constructor Description CreateVatIdMapConstantsClass()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VatIdMapSharedConstantscreate()Instantiates a class via deferred binding.
-
-
-
Method Detail
-
create
public static VatIdMapSharedConstants create()
Instantiates a class via deferred binding.- Returns:
- the new instance, which must be cast to the requested class
-
-