arta.synergy.web.common.client.data.actions.completion
Enum CompletionFormProps

java.lang.Object
  extended by java.lang.Enum<CompletionFormProps>
      extended by arta.synergy.web.common.client.data.actions.completion.CompletionFormProps
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<CompletionFormProps>

public enum CompletionFormProps
extends java.lang.Enum<CompletionFormProps>

Created by IntelliJ IDEA. User: topa Date: 21.06.13 Time: 15:30
Содержит ключи дополнительных свойств формы завершения, которые хранятся в значении поля additional_params, справочника форм завершения (код work_completion)


Enum Constant Summary
child
          Для формы завершения "документ", признак, говорящий о том, что результат работы должен быть дочерним документом
formID
          Для формы завершения "форма", идентификатор формы,
registered
          Для формы завершения "документ", признак, говорящий о том что результат работы должен быть зарегистрированным документом
registryID
          Для формы завершения "документ", идентификатор реестра, к которому должен принадлежать результат работы
 
Method Summary
static CompletionFormProps valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CompletionFormProps[] 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

registered

public static final CompletionFormProps registered
Для формы завершения "документ", признак, говорящий о том что результат работы должен быть зарегистрированным документом


child

public static final CompletionFormProps child
Для формы завершения "документ", признак, говорящий о том, что результат работы должен быть дочерним документом


registryID

public static final CompletionFormProps registryID
Для формы завершения "документ", идентификатор реестра, к которому должен принадлежать результат работы


formID

public static final CompletionFormProps formID
Для формы завершения "форма", идентификатор формы,

Method Detail

values

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

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

valueOf

public static CompletionFormProps 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.