public class CmsJspStandardContextBean.ElementSettingWrapper extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
getExists()
Returns if the setting has been configured.
|
boolean |
getIsEmpty()
Returns if the setting value is null or empty.
|
boolean |
getIsEmptyOrWhitespaceOnly()
Returns if the setting value is null or white space only.
|
boolean |
getIsSet()
Returns
true in case the value exists and is not empty. |
boolean |
getToBoolean()
Parses the value to boolean.
|
java.util.Date |
getToDate()
Converts a time stamp to a date.
|
java.lang.Double |
getToFloat()
Parses the value to a Double.
|
java.lang.Long |
getToInteger()
Parses the value to a Long.
|
java.lang.String |
getToString()
Returns the string value.
|
java.lang.String |
getValue()
Returns the value.
|
java.lang.String |
toString()
Returns the string value.
|
public boolean getExists()
true
if the setting has been configuredpublic boolean getIsEmpty()
true
if the setting value is null or emptypublic boolean getIsEmptyOrWhitespaceOnly()
true
if the setting value is null or white space onlypublic boolean getIsSet()
true
in case the value exists and is not empty.true
in case the value exists and is not emptyA_CmsJspValueWrapper.getIsSet()
public java.lang.String getValue()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean getToBoolean()
public java.util.Date getToDate()
public java.lang.Double getToFloat()
public java.lang.Long getToInteger()
public java.lang.String getToString()