|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<variables>
rand.asset_forfeiture.variables
public enum variables
These are all the input variables that can be used in the DisplayPanel and ProfitCalculator.
Enum Constant Summary | |
---|---|
diff
|
|
L1
|
|
L2
|
|
L3
|
|
pi
|
|
PL1
|
|
PL2
|
|
PL3
|
|
R
|
|
rho
|
Method Summary | |
---|---|
static variables |
fromString(java.lang.String s)
Converts a stirng of the toString() variety into its corresponding variable. |
java.lang.String |
getHelp()
Returns the help string for each variable. |
java.lang.String |
notation()
A string conversion method to convert from our internal variable name to the notation used in the derivation. |
java.lang.String |
toAlternateString()
A custom string conversion method to create more legible variables names on the output side. |
java.lang.String |
toString()
A custom string conversion method to create much more legible variable names on the input side. |
static variables |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static variables[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final variables L1
public static final variables L3
public static final variables L2
public static final variables PL1
public static final variables PL3
public static final variables PL2
public static final variables R
public static final variables rho
public static final variables pi
public static final variables diff
Method Detail |
---|
public static final variables[] values()
for(variables c : variables.values()) System.out.println(c);
public static variables valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic java.lang.String toString()
toString
in class java.lang.Enum<variables>
public java.lang.String toAlternateString()
public java.lang.String notation()
public static variables fromString(java.lang.String s)
public java.lang.String getHelp()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |