public enum SubstitutionProperty extends Enum<SubstitutionProperty>
Enum Constant and Description |
---|
FINISH_DATE
Data zakończenia zastępstwa.
|
ID
Id zastępstwa.
|
PROCESSDEFID
Id definicji procesu.
|
ROLE_ID
Id roli.
|
START_DATE
Data rozpoczęcia zastępstwa.
|
SUBSTITUTE_FIRSTNAME
Imię zastępcy.
|
SUBSTITUTE_LASTNAME
Nazwisko zastępcy.
|
SUBSTITUTE_OBEJCTID
ObjectId zastępcy.
|
SUBSTITUTE_USERNAME
Login zastępcy.
|
SUBSTITUTED_FIRSTNAME
Imię użytkownika zastępowanego.
|
SUBSTITUTED_LASTNAME
Nazwisko użytkownika zastępowanego.
|
SUBSTITUTED_OBEJCTID
ObjectId użytkownika zastępowanego.
|
SUBSTITUTED_USERNAME
Login użytkownika zastępowanego.
|
Modifier and Type | Method and Description |
---|---|
String |
getProperty()
Zwraca pole w odpowiedniej formie na potrzeby zapytań hibernate.
|
static SubstitutionProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubstitutionProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubstitutionProperty ID
public static final SubstitutionProperty PROCESSDEFID
public static final SubstitutionProperty ROLE_ID
public static final SubstitutionProperty SUBSTITUTED_USERNAME
public static final SubstitutionProperty SUBSTITUTED_OBEJCTID
public static final SubstitutionProperty SUBSTITUTED_FIRSTNAME
public static final SubstitutionProperty SUBSTITUTED_LASTNAME
public static final SubstitutionProperty SUBSTITUTE_USERNAME
public static final SubstitutionProperty SUBSTITUTE_OBEJCTID
public static final SubstitutionProperty SUBSTITUTE_FIRSTNAME
public static final SubstitutionProperty SUBSTITUTE_LASTNAME
public static final SubstitutionProperty START_DATE
public static final SubstitutionProperty FINISH_DATE
public static SubstitutionProperty[] values()
for (SubstitutionProperty c : SubstitutionProperty.values()) System.out.println(c);
public static SubstitutionProperty valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getProperty()
Copyright © 2019 Suncode. All rights reserved.