Uses of Class
com.blazebit.domain.impl.runtime.model.EnumDomainTypeValueImpl
-
Packages that use EnumDomainTypeValueImpl Package Description com.blazebit.domain.impl.boot.model com.blazebit.domain.impl.runtime.model -
-
Uses of EnumDomainTypeValueImpl in com.blazebit.domain.impl.boot.model
Methods in com.blazebit.domain.impl.boot.model that return EnumDomainTypeValueImpl Modifier and Type Method Description EnumDomainTypeValueImplEnumDomainTypeValueDefinitionImpl. createValue(EnumDomainTypeImpl enumDomainType, MetamodelBuildingContext context) -
Uses of EnumDomainTypeValueImpl in com.blazebit.domain.impl.runtime.model
Methods in com.blazebit.domain.impl.runtime.model that return types with arguments of type EnumDomainTypeValueImpl Modifier and Type Method Description Map<String,EnumDomainTypeValueImpl>EnumDomainTypeImpl. getEnumValues()
-