Uses of Class
com.echothree.model.data.core.server.value.AppearanceValue
Packages that use AppearanceValue
Package
Description
-
Uses of AppearanceValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return AppearanceValueMethods in com.echothree.model.data.core.server.entity with parameters of type AppearanceValueConstructors in com.echothree.model.data.core.server.entity with parameters of type AppearanceValueModifierConstructorDescriptionAppearance(AppearanceValue value, EntityPermission entityPermission) Creates a new instance of Appearance -
Uses of AppearanceValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return AppearanceValueModifier and TypeMethodDescriptionAppearanceFactory.getValueFromPK(AppearancePK pk) AppearanceFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type AppearanceValueModifier and TypeMethodDescriptionAppearanceFactory.getValuesFromPKs(Collection<AppearancePK> pks) AppearanceFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type AppearanceValueModifier and TypeMethodDescriptionAppearanceFactory.getEntityFromValue(EntityPermission entityPermission, AppearanceValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type AppearanceValueModifier and TypeMethodDescriptionvoidAppearanceFactory.create(Collection<AppearanceValue> _values) -
Uses of AppearanceValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return AppearanceValue