StepsConflictResolution valueOf Method DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Returns the enum constant of this type with the specified name.

Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax

public static StepsConflictResolution valueOf(
	string name
)

Parameters

name
Type: System String
the name of the enum constant to be returned.

Return Value

Type: StepsConflictResolution
the enum constant with the specified name
Exceptions

ExceptionCondition
IllegalArgumentException if this enum type has no constant with the specified name
Remarks

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.)
See Also