InternalFunctionExpression.FunctionType
- java.lang.Object
-
- java.lang.Enum<InternalFunctionExpression.FunctionType>
-
- com.dashoptimization.objects.InternalFunctionExpression.FunctionType
-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable<InternalFunctionExpression.FunctionType>
- Enclosing class:
- InternalFunctionExpression
public static enum InternalFunctionExpression.FunctionType extends java.lang.Enum<InternalFunctionExpression.FunctionType> implements java.lang.Comparable<InternalFunctionExpression.FunctionType>
Enumeration for internal functions.- Since:
- 43.00
-
-
Field Summary
Modifier and Type Field Description intvalue
-
Method Summary
Modifier and Type Method Description static InternalFunctionExpression.FunctionTypefromValue(int value)static InternalFunctionExpression.FunctionTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InternalFunctionExpression.FunctionType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Log10
public static final InternalFunctionExpression.FunctionType Log10
-
Ln
public static final InternalFunctionExpression.FunctionType Ln
-
Exp
public static final InternalFunctionExpression.FunctionType Exp
-
Abs
public static final InternalFunctionExpression.FunctionType Abs
-
Sqrt
public static final InternalFunctionExpression.FunctionType Sqrt
-
Sin
public static final InternalFunctionExpression.FunctionType Sin
-
Cos
public static final InternalFunctionExpression.FunctionType Cos
-
Tan
public static final InternalFunctionExpression.FunctionType Tan
-
ArcSin
public static final InternalFunctionExpression.FunctionType ArcSin
-
ArcCos
public static final InternalFunctionExpression.FunctionType ArcCos
-
ArcTan
public static final InternalFunctionExpression.FunctionType ArcTan
-
Min
public static final InternalFunctionExpression.FunctionType Min
-
Max
public static final InternalFunctionExpression.FunctionType Max
-
Sum
public static final InternalFunctionExpression.FunctionType Sum
-
Prod
public static final InternalFunctionExpression.FunctionType Prod
-
Sign
public static final InternalFunctionExpression.FunctionType Sign
-
-
Method Detail
-
values
public static InternalFunctionExpression.FunctionType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (InternalFunctionExpression.FunctionType c : InternalFunctionExpression.FunctionType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static InternalFunctionExpression.FunctionType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
-
name- the name of the enum constant to be returned. - Returns:
- the enum constant with the specified name
- Throws:
-
java.lang.IllegalArgumentException- if this enum type has no constant with the specified name -
java.lang.NullPointerException- if the argument is null
-
fromValue
public static InternalFunctionExpression.FunctionType fromValue(int value)
-
-
© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.
