|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecte4s.util.E4Long
public class E4Long
Similar to a Long datatype, but it is possible to inheritance sub classes from this type. It is used to build up user defined and generated classes for long values.
E4ModuleDictionaryTypes,
E4DBType,
E4String| Constructor Summary | |
|---|---|
E4Long()
|
|
E4Long(E4Long value)
|
|
E4Long(int value)
|
|
E4Long(long value)
|
|
E4Long(java.lang.Long value)
|
|
| Method Summary | |
|---|---|
static java.lang.String |
_getSVNVersionString()
Get version info string from subversion. |
void |
add(E4Long v)
Add a value. |
void |
add(int v)
Add a value. |
void |
add(long v)
Add a value. |
void |
add(java.lang.Long v)
Add a value. |
java.lang.Object |
clone()
|
int |
compareTo(java.lang.Object anotherLong)
|
boolean |
equals(E4Long compare)
Compare value with another value. |
boolean |
equals(long compare)
Compare value with another value. |
static java.lang.String |
format(E4Long n,
int places)
Format a long using leading '0'. |
java.lang.String |
format(int places)
Format a long using leading '0'. |
static java.lang.String |
format(long n,
int places)
Format a long using leading '0'. |
long |
longValue()
Get the value of the E4Long object. |
void |
set(boolean value)
Set the value of the E4Long object. |
void |
set(E4Long value)
Set the value of the E4Long object. |
void |
set(int value)
Set the value of the E4Long object. |
void |
set(long value)
Set the value of the E4Long object. |
void |
set(java.lang.Long value)
Set the value of the E4Long object. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public E4Long()
public E4Long(long value)
public E4Long(int value)
public E4Long(java.lang.Long value)
public E4Long(E4Long value)
| Method Detail |
|---|
public void set(long value)
value - the new valuepublic void set(int value)
value - the new valuepublic void set(boolean value)
value - the new value (true = 1, false = 0)public void set(java.lang.Long value)
value - the new valuepublic void set(E4Long value)
value - the new valuepublic long longValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(long compare)
compare - value the value to be compared
public boolean equals(E4Long compare)
compare - the value to be compared
public void add(int v)
public void add(long v)
public void add(E4Long v)
public void add(java.lang.Long v)
public int compareTo(java.lang.Object anotherLong)
compareTo in interface java.lang.Comparablepublic java.lang.Object clone()
clone in class java.lang.Object
public static java.lang.String format(long n,
int places)
n - the long to be formattedplaces - number of characters (a value between 1 and 30)
public static java.lang.String format(E4Long n,
int places)
n - the long to be formattedplaces - number of characters (a value between 1 and 30)
public java.lang.String format(int places)
n - the long to be formattedplaces - number of characters (a value between 1 and 30)
public static java.lang.String _getSVNVersionString()
E4Util.getRevisionCodeFromSVN(Class)
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||