Package wt.vc.struct

Class StructConflictType

All Implemented Interfaces:
Serializable, Comparable, EnumeratedType, LocalizableMetadata, LocalizableMessage, Message

public class StructConflictType extends ConflictType implements Serializable


Supported API: true

Extendable: false
See Also:
  • Method Details

    • toStructConflictType

      public static StructConflictType toStructConflictType(String internal_value) throws WTInvalidParameterException
      Returns the StructConflictType instance for the internal_value argument.

      Supported API: true
      Parameters:
      internal_value - The internal (persistent) value for a valid instance of StructConflictType.
      Returns:
      StructConflictType
      Throws:
      WTInvalidParameterException
    • getStructConflictTypeDefault

      public static StructConflictType getStructConflictTypeDefault()
      Returns the default value (instance) for the StructConflictType set.

      Supported API: true
      Returns:
      StructConflictType
    • getStructConflictTypeSet

      public static StructConflictType[] getStructConflictTypeSet()
      Returns a copy of the set of valid values (instances) for the StructConflictType class.

      Supported API: true
      Returns:
      StructConflictType[]
    • getValueSet

      public EnumeratedType[] getValueSet()
      Returns a copy of the set of valid values (instances) for this instance, for the current user locale.

      Supported API: true
      Overrides:
      getValueSet in class _ConflictType
      Returns:
      EnumeratedType[]