Package de.espirit.common.text
Interface ValueOfContractor
- All Known Subinterfaces:
DeletedElementsInfo
,ElementInfo
- All Known Implementing Classes:
AbstractNumberType
,AbstractTextType
,Classname
,DatePreset
,Designator
,GomButtonScriptReference
,InitialPreset
,Item
,LanguageAbbreviation
,PositiveInteger
,Preset
,ReferenceName
,TableTemplateReference
public interface ValueOfContractor
Marker interface for classes providing a static
valueOf(String)
method to be created from String
.
Mainly for classes, that are of primitive or final type, but need restrictions or annotation-based documentation.
- Since:
- 4.0
- Version:
- $Revision$ $Date$
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Utility class to provide reflective mechanism to access the contracted method.