public class Properties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Properties.BooleanPropertyType |
static class |
Properties.LongPropertyType |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
getInstance() |
boolean |
getProperty(BooleanPropertyLabel propertyType,
boolean defaultValue) |
long |
getProperty(LongPropertyLabel propertyType,
long defaultValue) |
boolean |
getProperty(Properties.BooleanPropertyType propertyType) |
long |
getProperty(Properties.LongPropertyType propertyType) |
public static Properties getInstance()
public boolean getProperty(Properties.BooleanPropertyType propertyType)
public boolean getProperty(BooleanPropertyLabel propertyType, boolean defaultValue)
public long getProperty(Properties.LongPropertyType propertyType)
public long getProperty(LongPropertyLabel propertyType, long defaultValue)
Copyright © 2019. All Rights Reserved.