com.stimulsoft.report.engine.parser.enums
Enum StiMethodType
java.lang.Object
java.lang.Enum<StiMethodType>
com.stimulsoft.report.engine.parser.enums.StiMethodType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<StiMethodType>
public enum StiMethodType
- extends java.lang.Enum<StiMethodType>
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Substring
public static final StiMethodType Substring
ToString
public static final StiMethodType ToString
ToLower
public static final StiMethodType ToLower
ToUpper
public static final StiMethodType ToUpper
IndexOf
public static final StiMethodType IndexOf
StartsWith
public static final StiMethodType StartsWith
EndsWith
public static final StiMethodType EndsWith
Parse
public static final StiMethodType Parse
Contains
public static final StiMethodType Contains
MethodNameSpace
public static final StiMethodType MethodNameSpace
GetCurrentConditionValue
public static final StiMethodType GetCurrentConditionValue
GetData
public static final StiMethodType GetData
ToQueryString
public static final StiMethodType ToQueryString
Count
public static final StiMethodType Count
AddYears
public static final StiMethodType AddYears
AddMonths
public static final StiMethodType AddMonths
AddDays
public static final StiMethodType AddDays
AddHours
public static final StiMethodType AddHours
AddMinutes
public static final StiMethodType AddMinutes
AddSeconds
public static final StiMethodType AddSeconds
AddMilliseconds
public static final StiMethodType AddMilliseconds
Replace
public static final StiMethodType Replace
values
public static StiMethodType[] 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 (StiMethodType c : StiMethodType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static StiMethodType 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
getValue
public int getValue()
forValue
public static StiMethodType forValue(int value)
forValue
public static StiMethodType forValue(java.lang.String name)
getMethodsList
public static java.util.concurrent.ConcurrentHashMap<java.lang.String,StiMethodType> getMethodsList()
Copyright © 2018 Stimulsoft. All Rights Reserved.