Class FILString
java.lang.Object
|
+--FILString
- All Implemented Interfaces:
- FILisable, java.io.Serializable
- public class FILString
- extends java.lang.Object
- implements FILisable, java.io.Serializable
The class `FILString' represents strings in FIL.
- See Also:
- Serialized Form
Constructor Summary |
FILString(java.lang.String string)
Constructs a FILString from a Java String. |
Method Summary |
boolean |
equals(java.lang.Object anObject)
Returns true just in case the given object is a FILString whose
string is equal to this one. |
java.lang.String |
FILise(boolean HTML)
Returns a string representing the FIL string. |
java.lang.String |
toString()
Returns the string representing the FIL string. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FILString
public FILString(java.lang.String string)
- Constructs a FILString from a Java String.
- Parameters:
string
- The string to be wrapped as a FILString.
equals
public boolean equals(java.lang.Object anObject)
- Returns true just in case the given object is a FILString whose
string is equal to this one.
- Overrides:
equals
in class java.lang.Object
- Parameters:
anObject
- The Object to be compared.- Returns:
- True just in case the given object is an FILString whose
string is equal to this one.
toString
public java.lang.String toString()
- Returns the string representing the FIL string.
- Overrides:
toString
in class java.lang.Object
- Returns:
- A string representing the FIL string.
FILise
public java.lang.String FILise(boolean HTML)
- Returns a string representing the FIL string.
- Specified by:
FILise
in interface FILisable
- Parameters:
HTML
- If true, the FIL will be augmented with HTML tags.- Returns:
- A string representing the FIL string.