Uses of Enum Class
org.eclnt.ccaddons.dof.DOFENUMDataClass
Packages that use DOFENUMDataClass
-
Uses of DOFENUMDataClass in org.eclnt.ccaddons.dof
Methods in org.eclnt.ccaddons.dof that return DOFENUMDataClassModifier and TypeMethodDescriptionDOFPropertyType.readDataClass()Method for reading the data class as enum-value (and not as String value as withDOFPropertyType.getDataClass().DOFPropertyType.readDataClassPersistence()static DOFENUMDataClassReturns the enum constant of this class with the specified name.static DOFENUMDataClass[]DOFENUMDataClass.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclnt.ccaddons.dof with parameters of type DOFENUMDataClassModifier and TypeMethodDescriptionvoidDOFPropertyType.defineDataClass(DOFENUMDataClass dc) Method for passing the data class as enum-value (and not as String value as withDOFPropertyType.setDataClass(String).voidDOFPropertyType.defineDataClassPersistence(DOFENUMDataClass dc)