arta.synergy.web.common.client.constants
Enum SendConstants.SendType

java.lang.Object
  extended by java.lang.Enum<SendConstants.SendType>
      extended by arta.synergy.web.common.client.constants.SendConstants.SendType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SendConstants.SendType>
Enclosing class:
SendConstants

public static enum SendConstants.SendType
extends java.lang.Enum<SendConstants.SendType>

типы процессов пунктов меню


Enum Constant Summary
ACQUAINTANCE
          Ознакомление
AGREEMENT
          Согласование
APPROVAL
          Утверждение
ASSIGNMENT
          Перепоручение
SEND_DOCUMENT
          Отправка документа
SPLIT
          Псевдо-пункт меню, обозначающий вставку в него разделителя
TRANSFER
          Передача работы
 
Method Summary
static SendConstants.SendType getByTypeID(java.lang.String name)
          Получение типа по названию
 java.lang.String getName()
           
 int getType()
           
 boolean isSplit()
           
 void setName(java.lang.String name)
           
 void setSplit(boolean split)
           
 void setType(int type)
           
static SendConstants.SendType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SendConstants.SendType[] 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

SEND_DOCUMENT

public static final SendConstants.SendType SEND_DOCUMENT
Отправка документа


ACQUAINTANCE

public static final SendConstants.SendType ACQUAINTANCE
Ознакомление


AGREEMENT

public static final SendConstants.SendType AGREEMENT
Согласование


ASSIGNMENT

public static final SendConstants.SendType ASSIGNMENT
Перепоручение


APPROVAL

public static final SendConstants.SendType APPROVAL
Утверждение


TRANSFER

public static final SendConstants.SendType TRANSFER
Передача работы


SPLIT

public static final SendConstants.SendType SPLIT
Псевдо-пункт меню, обозначающий вставку в него разделителя

Method Detail

values

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

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

valueOf

public static SendConstants.SendType 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

getType

public int getType()

setType

public void setType(int type)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

isSplit

public boolean isSplit()

setSplit

public void setSplit(boolean split)

getByTypeID

public static SendConstants.SendType getByTypeID(java.lang.String name)
Получение типа по названию

Parameters:
name - название
Returns:
SendType


Copyright © 2000 Dummy Corp. All Rights Reserved.