public class JustNow extends ResourcesTimeUnit implements TimeUnit
| Constructor and Description |
|---|
JustNow() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getResourceKeyPrefix()
Return the name of the resource bundle from which this unit's format should be loaded.
|
boolean |
isPrecise()
Whether or not this
TimeUnit represents a price measurement of time, or a general concept of time. |
equals, getMaxQuantity, getMillisPerUnit, getResourceBundleName, hashCode, setMaxQuantity, setMillisPerUnit, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetMaxQuantity, getMillisPerUnitprotected String getResourceKeyPrefix()
ResourcesTimeUnitgetResourceKeyPrefix in class ResourcesTimeUnitpublic boolean isPrecise()
TimeUnitTimeUnit represents a price measurement of time, or a general concept of time. E.g:
"minute" as opposed to "moment".isPrecise in interface TimeUnitisPrecise in class ResourcesTimeUnitCopyright © 2015 OCPsoft. All Rights Reserved.