Interface StructureSelector<T>
public interface StructureSelector<T>
- Since:
- 3.10.0
-
Method Summary
Modifier and TypeMethodDescriptionbyEnum
(StructureEnum value) Alternative tobyEnum(StructureEnum)
which is easier to use from Velocity.
Throws same exceptions asStructureEnum.valueOf(String)
-
Method Details
-
testRecord
-
byString
Alternative tobyEnum(StructureEnum)
which is easier to use from Velocity.
Throws same exceptions asStructureEnum.valueOf(String)
-