arta.synergy.web.common.client.data.person
Enum UserSearchParams.AdditionalParams

java.lang.Object
  extended by java.lang.Enum<UserSearchParams.AdditionalParams>
      extended by arta.synergy.web.common.client.data.person.UserSearchParams.AdditionalParams
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<UserSearchParams.AdditionalParams>
Enclosing class:
UserSearchParams

public static enum UserSearchParams.AdditionalParams
extends java.lang.Enum<UserSearchParams.AdditionalParams>

Дополнительные параметры. Импользуются для получения значений дополнительных полей AdditionalFields


Enum Constant Summary
period_end
          дата завершения периода, используется для вычисления нагрузки по потокам работ
period_start
          дата начала периода, используется для вычисления нагрузки по потокам работ
 
Method Summary
static UserSearchParams.AdditionalParams valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UserSearchParams.AdditionalParams[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
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
 

Enum Constant Detail

period_start

public static final UserSearchParams.AdditionalParams period_start
дата начала периода, используется для вычисления нагрузки по потокам работ

See Also:
UserSearchParams.AdditionalFields.workload

period_end

public static final UserSearchParams.AdditionalParams period_end
дата завершения периода, используется для вычисления нагрузки по потокам работ

See Also:
UserSearchParams.AdditionalFields.workload
Method Detail

values

public static UserSearchParams.AdditionalParams[] 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 (UserSearchParams.AdditionalParams c : UserSearchParams.AdditionalParams.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static UserSearchParams.AdditionalParams 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


Copyright © 2000 Dummy Corp. All Rights Reserved.