Class SharingResolutionType

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

public class SharingResolutionType extends ResolutionType implements Serializable


Supported API: true
See Also:
  • Method Details

    • toSharingResolutionType

      public static SharingResolutionType toSharingResolutionType(String internal_value) throws WTInvalidParameterException
      Returns the SharingResolutionType instance for the internal_value argument.

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

      public static SharingResolutionType getSharingResolutionTypeDefault()
      Returns the default value (instance) for the SharingResolutionType set.

      Supported API: true
      Returns:
      SharingResolutionType
    • getSharingResolutionTypeSet

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

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