Class SharingConflictType

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

public class SharingConflictType extends ConflictType implements Serializable


Supported API: true
See Also:
  • Method Details

    • toSharingConflictType

      public static SharingConflictType toSharingConflictType(String internal_value) throws WTInvalidParameterException
      Returns the SharingConflictType instance for the internal_value argument.

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

      public static SharingConflictType getSharingConflictTypeDefault()
      Returns the default value (instance) for the SharingConflictType set.

      Supported API: true
      Returns:
      SharingConflictType
    • getSharingConflictTypeSet

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

      Supported API: true
      Returns:
      SharingConflictType[]
    • 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[]