public class IJUResourceBundle<T extends KeyProvider>
extends java.lang.Object
Constructor | Description |
---|---|
IJUResourceBundle(java.lang.String resourceName) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getProperty(T constant) |
|
boolean |
getPropertyBoolean(T constant) |
|
int |
getPropertyInt(T constant) |
|
java.time.LocalTime |
getPropertyLocalTime(T constant) |
|
long |
getPropertyLong(T constant) |
public java.lang.String getProperty(T constant)
public int getPropertyInt(T constant)
public long getPropertyLong(T constant)
public boolean getPropertyBoolean(T constant)
public java.time.LocalTime getPropertyLocalTime(T constant)