public interface PropertyValue
Modifier and Type | Method and Description |
---|---|
Boolean |
getBool() |
Date |
getDateTime() |
BigDecimal |
getDecimal() |
Double |
getFloat() |
BigInteger |
getInt() |
String |
getPath() |
String |
getProperty() |
String |
getString() |
String getProperty()
String getPath()
String getString()
BigInteger getInt()
Double getFloat()
BigDecimal getDecimal()
Boolean getBool()
Date getDateTime()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.