Uses of Class
de.hybris.platform.cockpit.components.mvc.commentlayer.CommentLayerUtils.UNIT
-
Packages that use CommentLayerUtils.UNIT Package Description de.hybris.platform.cockpit.components.mvc.commentlayer -
-
Uses of CommentLayerUtils.UNIT in de.hybris.platform.cockpit.components.mvc.commentlayer
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer that return CommentLayerUtils.UNIT Modifier and Type Method Description static CommentLayerUtils.UNITCommentLayerUtils.UNIT. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CommentLayerUtils.UNIT[]CommentLayerUtils.UNIT. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.cockpit.components.mvc.commentlayer with parameters of type CommentLayerUtils.UNIT Modifier and Type Method Description static doubleCommentLayerUtils. getSizeNumberValue(java.lang.String stringValue, CommentLayerUtils.UNIT unit)static java.lang.StringCommentLayerUtils. numericSizeToString(double value, CommentLayerUtils.UNIT unit)
-