Package nl.egem.stuf.stuf0204
Enum Class Verwerkingssoort
- All Implemented Interfaces:
Serializable
,Comparable<Verwerkingssoort>
,Constable
Java class for Verwerkingssoort.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="Verwerkingssoort"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="1"/> <enumeration value="T"/> <enumeration value="W"/> <enumeration value="V"/> <enumeration value="E"/> <enumeration value="I"/> <enumeration value="R"/> <enumeration value="S"/> </restriction> </simpleType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionEen relatie entiteit wordt beeindigd.Entiteit bevat alleen identificerende gegevens.Een relatie entiteit wordt vervangen door een nieuwe relatie entiteit.De sleutel van een fundamentele entiteit wordt gewijzigd.ToevoegingVerwijderingWijziging of correctie -
Method Summary
Modifier and TypeMethodDescriptionstatic Verwerkingssoort
value()
static Verwerkingssoort
Returns the enum constant of this class with the specified name.static Verwerkingssoort[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
T
Toevoeging -
W
Wijziging of correctie -
V
Verwijdering -
E
Een relatie entiteit wordt beeindigd. -
I
Entiteit bevat alleen identificerende gegevens. -
R
Een relatie entiteit wordt vervangen door een nieuwe relatie entiteit. -
S
De sleutel van een fundamentele entiteit wordt gewijzigd.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
value
-
fromValue
-