com.stimulsoft.report.engine.parser.enums
Enum StiPropertyType
java.lang.Object
java.lang.Enum<StiPropertyType>
com.stimulsoft.report.engine.parser.enums.StiPropertyType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<StiPropertyType>
public enum StiPropertyType
- extends java.lang.Enum<StiPropertyType>
| 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 |
Year
public static final StiPropertyType Year
Month
public static final StiPropertyType Month
Day
public static final StiPropertyType Day
Hour
public static final StiPropertyType Hour
Minute
public static final StiPropertyType Minute
Second
public static final StiPropertyType Second
Length
public static final StiPropertyType Length
From
public static final StiPropertyType From
To
public static final StiPropertyType To
FromDate
public static final StiPropertyType FromDate
ToDate
public static final StiPropertyType ToDate
FromTime
public static final StiPropertyType FromTime
ToTime
public static final StiPropertyType ToTime
Position
public static final StiPropertyType Position
SelectedLine
public static final StiPropertyType SelectedLine
Date
public static final StiPropertyType Date
Days
public static final StiPropertyType Days
Hours
public static final StiPropertyType Hours
Milliseconds
public static final StiPropertyType Milliseconds
Minutes
public static final StiPropertyType Minutes
Seconds
public static final StiPropertyType Seconds
Ticks
public static final StiPropertyType Ticks
TotalDays
public static final StiPropertyType TotalDays
TotalHours
public static final StiPropertyType TotalHours
TotalMinutes
public static final StiPropertyType TotalMinutes
TotalSeconds
public static final StiPropertyType TotalSeconds
TotalMilliseconds
public static final StiPropertyType TotalMilliseconds
values
public static StiPropertyType[] 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 (StiPropertyType c : StiPropertyType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static StiPropertyType 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 StiPropertyType forValue(int value)
forValue
public static StiPropertyType forValue(java.lang.String name)
forValue
public static StiPropertyType forValue(java.lang.Object name)
getPropertiesList
public static java.util.concurrent.ConcurrentHashMap<java.lang.String,StiPropertyType> getPropertiesList()
Copyright © 2018 Stimulsoft. All Rights Reserved.