public static class UnitUpdater.PropertyValue extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
hasAnyUnit() |
boolean |
hasUnit(UnitUpdater.PropertyUnit unit) |
static UnitUpdater.PropertyValue |
of(String name,
String value) |
String |
toString() |
String |
withoutUnit(UnitUpdater.PropertyUnit unit) |
String |
withUnit(UnitUpdater.PropertyUnit unit) |
public static UnitUpdater.PropertyValue of(String name, String value)
public boolean hasUnit(UnitUpdater.PropertyUnit unit)
public boolean hasAnyUnit()
public String withUnit(UnitUpdater.PropertyUnit unit)
public String withoutUnit(UnitUpdater.PropertyUnit unit)
Copyright © 2022 Apache Software Foundation. All rights reserved.