public class Text extends Object implements Serializable
| Constructor and Description |
|---|
Text(String text)
Default constructor for
Text object. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLowerCamel()
Gets lower camel.
|
String |
getLowerCamelSpaces()
Gets lower camel spaces.
|
String |
getLowerCase()
Gets lower case.
|
String |
getLowerHyphen()
Gets lower hyphen.
|
String |
getModified()
Gets modified.
|
String |
getOriginal()
Gets original.
|
Text |
getPlural()
Gets plural.
|
String |
getUpperCamel()
Gets upper camel.
|
String |
getUpperCamelSpaces()
Gets upper camel spaces.
|
String |
getUpperCase()
Gets upper case.
|
String |
getUpperUnderscore()
Gets upper underscore.
|
int |
hashCode() |
public String getOriginal()
public String getModified()
public String getLowerCase()
public String getUpperCase()
public String getUpperUnderscore()
public String getLowerCamel()
public String getUpperCamel()
public String getLowerHyphen()
public String getLowerCamelSpaces()
public String getUpperCamelSpaces()
public Text getPlural()
Copyright © 2015–2019 OREGOR LTD. All rights reserved.