| Modifier and Type | Method and Description |
|---|---|
static <B,A extends PersistentPropertyKey<B>> |
PersistentProperty.getBooleanPropertyWithFallback(A ns,
B key) |
static <B,A extends PersistentPropertyKey<B>> |
PersistentProperty.getBooleanPropertyWithFallback(A ns,
B key,
boolean def) |
static <B,A extends PersistentPropertyKey<B>> |
PersistentProperty.getIntegerPropertyWithFallback(A ns,
B key) |
static <B,A extends PersistentPropertyKey<B>> |
PersistentProperty.getIntegerPropertyWithFallback(A ns,
B key,
int def) |
static <B,A extends PersistentPropertyKey<B>> |
PersistentProperty.getLongPropertyWithFallback(A ns,
B key) |
static <B,A extends PersistentPropertyKey<B>> |
PersistentProperty.getLongPropertyWithFallback(A ns,
B key,
long def) |
static <B,A extends PersistentPropertyKey<B>> |
PersistentProperty.getProperty(A ns,
B key) |
static <B,A extends PersistentPropertyKey<B>> |
PersistentProperty.getProperty(A ns,
B key,
String defValue) |
static <B,A extends PersistentPropertyKey<B>> |
PersistentProperty.getPropertyWithFallback(A ns,
B key) |
static <B,A extends PersistentPropertyKey<B>> |
PersistentProperty.getPropertyWithFallback(A ns,
B key,
String def) |
static <B,A extends PersistentPropertyKey<B>> |
PersistentProperty.removeProperty(A ns,
B key) |
static <B,A extends PersistentPropertyKey<B>> |
PersistentProperty.setProperty(A ns,
B key,
String value) |
Copyright © 2018 Orbital Enterprises. All rights reserved.